STM32L443xx HAL User Manual
|
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 LL_RTC_TAMPER_FILTER_2SAMPLE RTC_TAMPCR_TAMPFLT_0 |
Tamper is activated after 2 consecutive samples at the active level
Definition at line 639 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 640 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 641 of file stm32l4xx_ll_rtc.h.
#define LL_RTC_TAMPER_FILTER_DISABLE 0x00000000U |
Tamper filter is disabled
Definition at line 638 of file stm32l4xx_ll_rtc.h.