Searched refs:RTC_IT_ALR (Results 1 – 1 of 1) sorted by relevance
58 #define RTC_IT_ALR ((uint16_t)0x0002) /*!< Alarm interrupt */ macro61 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_OW) || ((IT) == RTC_IT_ALR) || \
Completed in 2 milliseconds