|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | RTC_TAMPERFILTER_DISABLE 0x00000000U |
| #define | RTC_TAMPERFILTER_2SAMPLE RTC_TAFCR_TAMPFLT_0 |
| #define | RTC_TAMPERFILTER_4SAMPLE RTC_TAFCR_TAMPFLT_1 |
| #define | RTC_TAMPERFILTER_8SAMPLE RTC_TAFCR_TAMPFLT |
| #define | RTC_TAMPERFILTER_MASK RTC_TAFCR_TAMPFLT |
| #define RTC_TAMPERFILTER_2SAMPLE RTC_TAFCR_TAMPFLT_0 |
Tamper is activated after 2 consecutive samples at the active level
Definition at line 177 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPERFILTER_4SAMPLE RTC_TAFCR_TAMPFLT_1 |
Tamper is activated after 4 consecutive samples at the active level
Definition at line 179 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPERFILTER_8SAMPLE RTC_TAFCR_TAMPFLT |
Tamper is activated after 8 consecutive samples at the active level
Definition at line 181 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPERFILTER_DISABLE 0x00000000U |
Tamper filter is disabled
Definition at line 175 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPERFILTER_MASK RTC_TAFCR_TAMPFLT |
Masking all bits except those of field TAMPFLT
Definition at line 183 of file stm32f4xx_hal_rtc_ex.h.