HAL
RTC_FLAG_ALRBWF is only used within HAL.
 
Symbols
loading...
Files
loading...

RTC_FLAG_ALRBWF macro

ALRMBR register write allowance flag

Syntax

#define RTC_FLAG_ALRBWF RTC_ISR_ALRBWF

References

LocationText
stm32f4xx_hal_rtc.h:443
#define RTC_FLAG_ALRBWF RTC_ISR_ALRBWF /*!< ALRMBR register write allowance flag */
stm32f4xx_hal_rtc.c:1152
while (__HAL_RTC_ALARM_GET_FLAG(hrtc, RTC_FLAG_ALRBWF) == 0U)
stm32f4xx_hal_rtc.c:1358
} while (__HAL_RTC_ALARM_GET_FLAG(hrtc, RTC_FLAG_ALRBWF) == 0U);
stm32f4xx_hal_rtc.c:1450
while (__HAL_RTC_ALARM_GET_FLAG(hrtc, RTC_FLAG_ALRBWF) == 0U)
stm32f4xx_hal_rtc.h:786
RTC_FLAG_ALRBF | RTC_FLAG_ALRBWF | \