STM32L486xx 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 508 of file stm32l4xx_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 509 of file stm32l4xx_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 510 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_TAMPER_FILTER_DISABLE   0x00000000U

Tamper filter is disabled

Definition at line 507 of file stm32l4xx_ll_rtc.h.