Searched refs:RTC_IT_SEC (Results 1 – 9 of 9) sorted by relevance
38 #define RTC_IT_SEC ((uint16_t)0x0001) /*!< Second interrupt */ macro41 ((IT) == RTC_IT_SEC))
60 #define RTC_IT_SEC ((uint16_t)0x0001) /*!< Second interrupt */ macro63 ((IT) == RTC_IT_SEC))
22 #define RTC_IT_SEC ((uint16_t)0x0001) /*!< Second interrupt */ macro
22 #define RTC_IT_SEC ((uint16_t)0x0001) /* Second interrupt */ macro
23 #define RTC_IT_SEC ((uint16_t)0x0001) /* Second interrupt */ macro
47 RTC_IT_SEC = RTC_CR_SECIE ///< Second interrupt enumerator
344 RTC_IT_SEC = (1U << 0), /**< Second */ enumerator537 #define IS_RTC_IT(x) (((x) == RTC_IT_SEC) || \
346 RTC_IT_SEC = (1U << 0), /**< Second */ enumerator539 #define IS_RTC_IT(x) (((x) == RTC_IT_SEC) || \
Completed in 27 milliseconds