STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RTC_Flags_Definitions

Macros

#define RTC_FLAG_RECALPF   ((uint32_t)0x00010000)
 
#define RTC_FLAG_TAMP2F   ((uint32_t)0x00004000)
 
#define RTC_FLAG_TAMP1F   ((uint32_t)0x00002000)
 
#define RTC_FLAG_TSOVF   ((uint32_t)0x00001000)
 
#define RTC_FLAG_TSF   ((uint32_t)0x00000800)
 
#define RTC_FLAG_ALRAF   ((uint32_t)0x00000100)
 
#define RTC_FLAG_INITF   ((uint32_t)0x00000040)
 
#define RTC_FLAG_RSF   ((uint32_t)0x00000020)
 
#define RTC_FLAG_INITS   ((uint32_t)0x00000010)
 
#define RTC_FLAG_SHPF   ((uint32_t)0x00000008)
 
#define IS_RTC_GET_FLAG(FLAG)
 
#define IS_RTC_CLEAR_FLAG(FLAG)   (((FLAG) != (uint32_t)RESET) && (((FLAG) & 0xFFFF86DF) == (uint32_t)RESET))
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_GET_FLAG (   FLAG)
Value:
(((FLAG) == RTC_FLAG_RECALPF) || ((FLAG) == RTC_FLAG_SHPF) || \
((FLAG) == RTC_FLAG_TAMP2F) || ((FLAG) == RTC_FLAG_TAMP1F) || \
((FLAG) == RTC_FLAG_TSOVF) || ((FLAG) == RTC_FLAG_TSF) || \
((FLAG) == RTC_FLAG_ALRAF) || ((FLAG) == RTC_FLAG_INITF) || \
((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_INITS))