STM CMSIS
RTC Tamper Filter Definitions

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)
 

Detailed Description

Macro Definition Documentation

◆ RTC_TAMPERFILTER_2SAMPLE

#define RTC_TAMPERFILTER_2SAMPLE   ((uint32_t)0x00000800U)

Tamper is activated after 2 consecutive samples at the active level

◆ RTC_TAMPERFILTER_4SAMPLE

#define RTC_TAMPERFILTER_4SAMPLE   ((uint32_t)0x00001000U)

Tamper is activated after 4 consecutive samples at the active level

◆ RTC_TAMPERFILTER_8SAMPLE

#define RTC_TAMPERFILTER_8SAMPLE   ((uint32_t)0x00001800U)

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

◆ RTC_TAMPERFILTER_DISABLE

#define RTC_TAMPERFILTER_DISABLE   ((uint32_t)0x00000000U)

Tamper filter is disabled