RTC_Tamper_Filter_Definitions
[RTC_Exported_Constants]

Defines

#define RTC_TamperFilter_Disable   ((uint32_t)0x00000000)
#define RTC_TamperFilter_2Sample   ((uint32_t)0x00000800)
#define RTC_TamperFilter_4Sample   ((uint32_t)0x00001000)
#define RTC_TamperFilter_8Sample   ((uint32_t)0x00001800)
#define IS_RTC_TAMPER_FILTER(FILTER)

Define Documentation

#define IS_RTC_TAMPER_FILTER ( FILTER   ) 
Value:
(((FILTER) == RTC_TamperFilter_Disable) || \
                                      ((FILTER) == RTC_TamperFilter_2Sample) || \
                                      ((FILTER) == RTC_TamperFilter_4Sample) || \
                                      ((FILTER) == RTC_TamperFilter_8Sample))
#define RTC_TamperFilter_2Sample   ((uint32_t)0x00000800)

Tamper is activated after 2 consecutive samples at the active level

#define RTC_TamperFilter_4Sample   ((uint32_t)0x00001000)

Tamper is activated after 4 consecutive samples at the active level

#define RTC_TamperFilter_8Sample   ((uint32_t)0x00001800)

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

#define RTC_TamperFilter_Disable   ((uint32_t)0x00000000)

Tamper filter is disabled

Generated on Fri Jun 22 00:58:29 2012 for STM32F4xx_StdPeriph_Driver by  doxygen 1.6.3