Searched refs:RTC_FLAG_RSF (Results 1 – 8 of 8) sorted by relevance
72 #define RTC_FLAG_RSF ((uint16_t)0x0008) /*!< Registers Synchronized flag */ macro77 #define IS_RTC_GET_FLAG(FLAG) (((FLAG) == RTC_FLAG_RTOFF) || ((FLAG) == RTC_FLAG_RSF) || \
225 RTC->CRL &= (uint16_t)~RTC_FLAG_RSF; in RTC_WaitForSynchro()227 while ((RTC->CRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
396 #define RTC_FLAG_RSF 0x00000020U macro682 … RTC_FLAG_INITF | RTC_FLAG_RSF | RTC_FLAG_INITS | \
512 #define RTC_FLAG_RSF ((uint32_t)0x00000020) macro520 ((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_WUTWF) || \
724 #define RTC_FLAG_RSF ((uint32_t)0x00000020) macro733 ((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_WUTWF) || \
388 #define RTC_FLAG_RSF ((uint32_t)RTC_ISR_RSF) macro
286 RTC_FLAG_RSF | RTC_FLAG_INITS | RTC_FLAG_WUTWF | \
299 RTC_FLAG_RSF | RTC_FLAG_INITS | RTC_FLAG_WUTWF | \
Completed in 25 milliseconds