STM CMSIS

Macros

#define RTC_FLAG_RECALPF   ((uint32_t)0x00010000U)
 
#define RTC_FLAG_TAMP2F   ((uint32_t)0x00004000U)
 
#define RTC_FLAG_TAMP1F   ((uint32_t)0x00002000U)
 
#define RTC_FLAG_TSOVF   ((uint32_t)0x00001000U)
 
#define RTC_FLAG_TSF   ((uint32_t)0x00000800U)
 
#define RTC_FLAG_WUTF   ((uint32_t)0x00000400U)
 
#define RTC_FLAG_ALRBF   ((uint32_t)0x00000200U)
 
#define RTC_FLAG_ALRAF   ((uint32_t)0x00000100U)
 
#define RTC_FLAG_INITF   ((uint32_t)0x00000040U)
 
#define RTC_FLAG_RSF   ((uint32_t)0x00000020U)
 
#define RTC_FLAG_INITS   ((uint32_t)0x00000010U)
 
#define RTC_FLAG_SHPF   ((uint32_t)0x00000008U)
 
#define RTC_FLAG_WUTWF   ((uint32_t)0x00000004U)
 
#define RTC_FLAG_ALRBWF   ((uint32_t)0x00000002U)
 
#define RTC_FLAG_ALRAWF   ((uint32_t)0x00000001U)
 

Detailed Description