STM32H735xx 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 617 of file stm32h7xx_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 618 of file stm32h7xx_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 619 of file stm32h7xx_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 620 of file stm32h7xx_ll_rtc.h.