Searched refs:RTC_IT_OW (Results 1 – 7 of 7) sorted by relevance
36 #define RTC_IT_OW ((uint16_t)0x0004) /*!< Overflow interrupt */ macro40 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_OW) || ((IT) == RTC_IT_ALR) || \
58 #define RTC_IT_OW ((uint16_t)0x0004) /*!< Overflow interrupt */ macro62 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_OW) || ((IT) == RTC_IT_ALR) || \
20 #define RTC_IT_OW ((uint16_t)0x0004) /*!< Overflow interrupt */ macro
20 #define RTC_IT_OW ((uint16_t)0x0004) /* Overflow interrupt */ macro
21 #define RTC_IT_OW ((uint16_t)0x0004) /* Overflow interrupt */ macro
45 RTC_IT_OW = RTC_CR_OWIE, ///< Overflow interrupt enumerator
Completed in 12 milliseconds