STM32L486xx HAL User Manual
Defines
TAMPER DURATION
RTC Exported Constants

Defines

#define LL_RTC_TAMPER_DURATION_1RTCCLK   0x00000000U
#define LL_RTC_TAMPER_DURATION_2RTCCLK   RTC_TAMPCR_TAMPPRCH_0
#define LL_RTC_TAMPER_DURATION_4RTCCLK   RTC_TAMPCR_TAMPPRCH_1
#define LL_RTC_TAMPER_DURATION_8RTCCLK   RTC_TAMPCR_TAMPPRCH

Define Documentation

#define LL_RTC_TAMPER_DURATION_1RTCCLK   0x00000000U

Tamper pins are pre-charged before sampling during 1 RTCCLK cycle

Definition at line 494 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_TAMPER_DURATION_2RTCCLK   RTC_TAMPCR_TAMPPRCH_0

Tamper pins are pre-charged before sampling during 2 RTCCLK cycles

Definition at line 495 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_TAMPER_DURATION_4RTCCLK   RTC_TAMPCR_TAMPPRCH_1

Tamper pins are pre-charged before sampling during 4 RTCCLK cycles

Definition at line 496 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_TAMPER_DURATION_8RTCCLK   RTC_TAMPCR_TAMPPRCH

Tamper pins are pre-charged before sampling during 8 RTCCLK cycles

Definition at line 497 of file stm32l4xx_ll_rtc.h.