STM32H735xx HAL User Manual
Defines
RTC Tamper Filter Definitions
RTC Exported Constants

Defines

#define RTC_TAMPERFILTER_DISABLE   0x00000000u
#define RTC_TAMPERFILTER_2SAMPLE   RTC_TAMPCR_TAMPFLT_0
#define RTC_TAMPERFILTER_4SAMPLE   RTC_TAMPCR_TAMPFLT_1
#define RTC_TAMPERFILTER_8SAMPLE   RTC_TAMPCR_TAMPFLT
#define RTC_TAMPERFILTER_MASK   RTC_TAMPCR_TAMPFLT

Define Documentation

#define RTC_TAMPERFILTER_2SAMPLE   RTC_TAMPCR_TAMPFLT_0

Tamper is activated after 2 consecutive samples at the active level

Definition at line 515 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERFILTER_4SAMPLE   RTC_TAMPCR_TAMPFLT_1

Tamper is activated after 4 consecutive samples at the active level

Definition at line 517 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERFILTER_8SAMPLE   RTC_TAMPCR_TAMPFLT

Tamper is activated after 8 consecutive samples at the active level.

Definition at line 519 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERFILTER_DISABLE   0x00000000u

Tamper filter is disabled

Definition at line 513 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERFILTER_MASK   RTC_TAMPCR_TAMPFLT

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

Definition at line 521 of file stm32h7xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().