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

RTC_FLAG_INITS macro

RTC initialization status flag

Syntax

#define RTC_FLAG_INITS RTC_ISR_INITS

References

LocationText
stm32f4xx_hal_rtc.h:440
#define RTC_FLAG_INITS RTC_ISR_INITS /*!< RTC initialization status flag */
stm32f4xx_hal_rtc.h:497
#define __HAL_RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1U : 0U)
stm32f4xx_hal_rtc.h:784
#define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \