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