STM32H735xx HAL User Manual
Defines
RTC Tamper Pin Precharge Duration Definitions
RTC Exported Constants

Defines

#define RTC_TAMPERPRECHARGEDURATION_1RTCCLK   0x00000000u
#define RTC_TAMPERPRECHARGEDURATION_2RTCCLK   RTC_TAMPCR_TAMPPRCH_0
#define RTC_TAMPERPRECHARGEDURATION_4RTCCLK   RTC_TAMPCR_TAMPPRCH_1
#define RTC_TAMPERPRECHARGEDURATION_8RTCCLK   RTC_TAMPCR_TAMPPRCH
#define RTC_TAMPERPRECHARGEDURATION_MASK   RTC_TAMPCR_TAMPPRCH

Define Documentation

#define RTC_TAMPERPRECHARGEDURATION_1RTCCLK   0x00000000u

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

Definition at line 591 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERPRECHARGEDURATION_2RTCCLK   RTC_TAMPCR_TAMPPRCH_0

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

Definition at line 593 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERPRECHARGEDURATION_4RTCCLK   RTC_TAMPCR_TAMPPRCH_1

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

Definition at line 595 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERPRECHARGEDURATION_8RTCCLK   RTC_TAMPCR_TAMPPRCH

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

Definition at line 597 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERPRECHARGEDURATION_MASK   RTC_TAMPCR_TAMPPRCH

Masking all bits except those of field TAMPPRCH[1:0]

Definition at line 599 of file stm32h7xx_hal_rtc_ex.h.