RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Macros

Macros

#define RTC_TAMPERFILTER_DISABLE   0x00000000u
 
#define RTC_TAMPERFILTER_2SAMPLE   RTC_TAMPCR_TAMPFLT_0
 
#define RTC_TAMPERFILTER_4SAMPLE   RTC_TAMPCR_TAMPFLT_1
 
#define RTC_TAMPERFILTER_8SAMPLE   RTC_TAMPCR_TAMPFLT
 
#define RTC_TAMPERFILTER_MASK   RTC_TAMPCR_TAMPFLT
 

Detailed Description

Macro Definition Documentation

◆ RTC_TAMPERFILTER_2SAMPLE

#define RTC_TAMPERFILTER_2SAMPLE   RTC_TAMPCR_TAMPFLT_0

Tamper is activated after 2 consecutive samples at the active level

◆ RTC_TAMPERFILTER_4SAMPLE

#define RTC_TAMPERFILTER_4SAMPLE   RTC_TAMPCR_TAMPFLT_1

Tamper is activated after 4 consecutive samples at the active level

◆ RTC_TAMPERFILTER_8SAMPLE

#define RTC_TAMPERFILTER_8SAMPLE   RTC_TAMPCR_TAMPFLT

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

◆ RTC_TAMPERFILTER_DISABLE

#define RTC_TAMPERFILTER_DISABLE   0x00000000u

Tamper filter is disabled

◆ RTC_TAMPERFILTER_MASK

#define RTC_TAMPERFILTER_MASK   RTC_TAMPCR_TAMPFLT

Masking all bits except those of field TAMPFLT[1:0].