Searched refs:RTC_FLAG_SEC (Results 1 – 11 of 11) sorted by relevance
54 #define RTC_FLAG_SEC ((uint16_t)0x0001) /*!< Second flag */ macro58 ((FLAG) == RTC_FLAG_SEC))
76 #define RTC_FLAG_SEC ((uint16_t)0x0001) /*!< Second flag */ macro80 ((FLAG) == RTC_FLAG_SEC))
55 RTC_FLAG_SEC = 0x0001 /*!< Second flag */ enumerator
29 #define RTC_FLAG_SEC ((uint16_t)0x0001) /*!< Second flag */ macro
29 #define RTC_FLAG_SEC ((uint16_t)0x0001) /* Second flag */ macro
30 #define RTC_FLAG_SEC ((uint16_t)0x0001) /* Second flag */ macro
58 RTC_FLAG_SEC = RTC_CSR_SECF ///< Second flag enumerator
93 RTC_ClearStatusFlag(RTC_FLAG_OVR | RTC_FLAG_ALR | RTC_FLAG_SEC); in apm32_rtc_init()
Completed in 14 milliseconds