Searched refs:RTC_IT_ALR (Results 1 – 7 of 7) sorted by relevance
37 #define RTC_IT_ALR ((uint16_t)0x0002) /*!< Alarm interrupt */ macro40 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_OW) || ((IT) == RTC_IT_ALR) || \
59 #define RTC_IT_ALR ((uint16_t)0x0002) /*!< Alarm interrupt */ macro62 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_OW) || ((IT) == RTC_IT_ALR) || \
21 #define RTC_IT_ALR ((uint16_t)0x0002) /*!< Alarm interrupt */ macro
21 #define RTC_IT_ALR ((uint16_t)0x0002) /* Alarm interrupt */ macro
22 #define RTC_IT_ALR ((uint16_t)0x0002) /* Alarm interrupt */ macro
46 RTC_IT_ALR = RTC_CR_ALRIE, ///< Alarm interrupt enumerator
Completed in 10 milliseconds