|
STM CMSIS
|
Macros | |
| #define | RTC_TAMPERFILTER_DISABLE ((uint32_t)0x00000000U) |
| #define | RTC_TAMPERFILTER_2SAMPLE ((uint32_t)0x00000800U) |
| #define | RTC_TAMPERFILTER_4SAMPLE ((uint32_t)0x00001000U) |
| #define | RTC_TAMPERFILTER_8SAMPLE ((uint32_t)0x00001800U) |
| #define RTC_TAMPERFILTER_2SAMPLE ((uint32_t)0x00000800U) |
Tamper is activated after 2 consecutive samples at the active level
| #define RTC_TAMPERFILTER_4SAMPLE ((uint32_t)0x00001000U) |
Tamper is activated after 4 consecutive samples at the active level
| #define RTC_TAMPERFILTER_8SAMPLE ((uint32_t)0x00001800U) |
Tamper is activated after 8 consecutive samples at the active level.
| #define RTC_TAMPERFILTER_DISABLE ((uint32_t)0x00000000U) |
Tamper filter is disabled