STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RTC_Tamper_Filter_Definitions

Macros

#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)
 

Detailed Description

Macro Definition 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