Searched refs:RTC_FLAG_WTF (Results 1 – 16 of 16) sorted by relevance
529 #define RTC_FLAG_WTF ((uint32_t)0x00000400) macro540 …(((FLAG) == RTC_FLAG_TISOVF) || ((FLAG) == RTC_FLAG_TISF) || ((FLAG) == RTC_FLAG_WTF) || ((FLAG) =…
534 #define RTC_FLAG_WTF ((uint32_t)0x00000400) macro547 ((FLAG) == RTC_FLAG_WTF) || ((FLAG) == RTC_FLAG_ALBF) || \
274 RTC_FLAG_WTF = BIT10, /*!< Wakeup Timer Flag, only for APM32F072 and APM32F091 devices */ enumerator
388 RTC_FLAG_WTF = BIT10, /*!< Wakeup Timer Flag */ enumerator
53 …((uint32_t)(RTC_FLAG_TISOVF | RTC_FLAG_TISF | RTC_FLAG_WTF | RTC_FLAG_ALBF | RTC_FLAG_ALAF | RTC_F…
52 …((uint32_t)(RTC_FLAG_TISOVF | RTC_FLAG_TISF | RTC_FLAG_WTF | RTC_FLAG_ALBF | RTC_FLAG_ALAF | RTC_F…
Completed in 61 milliseconds