STM32L486xx HAL User Manual
Defines
RTC Tamper Filter Definitions
RTCEx Exported Constants

Defines

#define RTC_TAMPERFILTER_DISABLE   ((uint32_t)0x00000000)
#define RTC_TAMPERFILTER_2SAMPLE   ((uint32_t)0x00000800)
#define RTC_TAMPERFILTER_4SAMPLE   ((uint32_t)0x00001000)
#define RTC_TAMPERFILTER_8SAMPLE   ((uint32_t)0x00001800)

Define Documentation

#define RTC_TAMPERFILTER_2SAMPLE   ((uint32_t)0x00000800)

Tamper is activated after 2 consecutive samples at the active level

Definition at line 234 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERFILTER_4SAMPLE   ((uint32_t)0x00001000)

Tamper is activated after 4 consecutive samples at the active level

Definition at line 236 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERFILTER_8SAMPLE   ((uint32_t)0x00001800)

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

Definition at line 238 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERFILTER_DISABLE   ((uint32_t)0x00000000)

Tamper filter is disabled

Definition at line 232 of file stm32l4xx_hal_rtc_ex.h.