STM32H735xx HAL User Manual
Defines
TAMPER FILTER
RTC Exported Constants

Defines

#define LL_RTC_TAMPER_FILTER_DISABLE   0x00000000U
#define LL_RTC_TAMPER_FILTER_2SAMPLE   RTC_TAMPCR_TAMPFLT_0
#define LL_RTC_TAMPER_FILTER_4SAMPLE   RTC_TAMPCR_TAMPFLT_1
#define LL_RTC_TAMPER_FILTER_8SAMPLE   RTC_TAMPCR_TAMPFLT

Define Documentation

#define LL_RTC_TAMPER_FILTER_2SAMPLE   RTC_TAMPCR_TAMPFLT_0

Tamper is activated after 2 consecutive samples at the active level

Definition at line 631 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_TAMPER_FILTER_4SAMPLE   RTC_TAMPCR_TAMPFLT_1

Tamper is activated after 4 consecutive samples at the active level

Definition at line 632 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_TAMPER_FILTER_8SAMPLE   RTC_TAMPCR_TAMPFLT

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

Definition at line 633 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_TAMPER_FILTER_DISABLE   0x00000000U

Tamper filter is disabled

Definition at line 630 of file stm32h7xx_ll_rtc.h.