STM CMSIS
RTC Interrupts Definitions

Macros

#define RTC_IT_TS   ((uint32_t)0x00008000U)
 
#define RTC_IT_WUT   ((uint32_t)0x00004000U)
 
#define RTC_IT_ALRB   ((uint32_t)0x00002000U)
 
#define RTC_IT_ALRA   ((uint32_t)0x00001000U)
 
#define RTC_IT_TAMP   ((uint32_t)0x00000004U) /* Used only to Enable the Tamper Interrupt */
 
#define RTC_IT_TAMP1   ((uint32_t)0x00020000U)
 
#define RTC_IT_TAMP2   ((uint32_t)0x00040000U)
 

Detailed Description