STM32L443xx HAL User Manual
Defines
RTCEx Tamper Filter Definitions
RTCEx 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 Documentation

#define RTC_TAMPERFILTER_2SAMPLE   RTC_TAMPCR_TAMPFLT_0

Tamper is activated after 2 consecutive samples at the active level

Definition at line 289 of file stm32l4xx_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 291 of file stm32l4xx_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 293 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERFILTER_DISABLE   0x00000000u

Tamper filter is disabled

Definition at line 287 of file stm32l4xx_hal_rtc_ex.h.