STM32F479xx HAL User Manual
|
Defines | |
#define | RTC_TAMPERFILTER_DISABLE 0x00000000U |
#define | RTC_TAMPERFILTER_2SAMPLE 0x00000800U |
#define | RTC_TAMPERFILTER_4SAMPLE 0x00001000U |
#define | RTC_TAMPERFILTER_8SAMPLE 0x00001800U |
#define RTC_TAMPERFILTER_2SAMPLE 0x00000800U |
Tamper is activated after 2 consecutive samples at the active level
Definition at line 171 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERFILTER_4SAMPLE 0x00001000U |
Tamper is activated after 4 consecutive samples at the active level
Definition at line 173 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERFILTER_8SAMPLE 0x00001800U |
Tamper is activated after 8 consecutive samples at the active level.
Definition at line 175 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERFILTER_DISABLE 0x00000000U |
Tamper filter is disabled
Definition at line 169 of file stm32f4xx_hal_rtc_ex.h.