Searched refs:RTC_FLAG_ALRBWF (Results 1 – 6 of 6) sorted by relevance
515 #define RTC_FLAG_ALRBWF ((uint32_t)0x00000002) macro521 ((FLAG) == RTC_FLAG_ALRBWF) || ((FLAG) == RTC_FLAG_ALRAWF) || \
729 #define RTC_FLAG_ALRBWF ((uint32_t)0x00000002) macro735 ((FLAG) == RTC_FLAG_ALRBWF) || ((FLAG) == RTC_FLAG_ALRAWF) || \
861 while (__HAL_RTC_ALARM_GET_FLAG(hrtc, RTC_FLAG_ALRBWF) == RESET) { in HAL_RTC_SetAlarm()1027 while (__HAL_RTC_ALARM_GET_FLAG(hrtc, RTC_FLAG_ALRBWF) == RESET) { in HAL_RTC_SetAlarm_IT()1126 while (__HAL_RTC_ALARM_GET_FLAG(hrtc, RTC_FLAG_ALRBWF) == RESET) { in HAL_RTC_DeactivateAlarm()
392 #define RTC_FLAG_ALRBWF ((uint32_t)RTC_ISR_ALRBWF) macro
287 RTC_FLAG_ALRBWF | RTC_FLAG_ALRAWF | RTC_FLAG_TAMP1F ))
307 RTC_FLAG_ALRBWF | RTC_FLAG_ALRAWF | RTC_FLAG_TAMP1F | \
Completed in 17 milliseconds