STM32F479xx HAL User Manual
Defines
RTC Flags Definitions
RTC Exported Constants

Defines

#define RTC_FLAG_RECALPF   0x00010000U
#define RTC_FLAG_TAMP2F   0x00004000U
#define RTC_FLAG_TAMP1F   0x00002000U
#define RTC_FLAG_TSOVF   0x00001000U
#define RTC_FLAG_TSF   0x00000800U
#define RTC_FLAG_WUTF   0x00000400U
#define RTC_FLAG_ALRBF   0x00000200U
#define RTC_FLAG_ALRAF   0x00000100U
#define RTC_FLAG_INITF   0x00000040U
#define RTC_FLAG_RSF   0x00000020U
#define RTC_FLAG_INITS   0x00000010U
#define RTC_FLAG_SHPF   0x00000008U
#define RTC_FLAG_WUTWF   0x00000004U
#define RTC_FLAG_ALRBWF   0x00000002U
#define RTC_FLAG_ALRAWF   0x00000001U

Define Documentation

#define RTC_FLAG_ALRAF   0x00000100U
#define RTC_FLAG_ALRAWF   0x00000001U
#define RTC_FLAG_ALRBF   0x00000200U
#define RTC_FLAG_ALRBWF   0x00000002U
#define RTC_FLAG_INITF   0x00000040U

Definition at line 432 of file stm32f4xx_hal_rtc.h.

#define RTC_FLAG_INITS   0x00000010U

Definition at line 434 of file stm32f4xx_hal_rtc.h.

#define RTC_FLAG_RECALPF   0x00010000U

Definition at line 424 of file stm32f4xx_hal_rtc.h.

#define RTC_FLAG_RSF   0x00000020U

Definition at line 433 of file stm32f4xx_hal_rtc.h.

#define RTC_FLAG_SHPF   0x00000008U

Definition at line 435 of file stm32f4xx_hal_rtc.h.

#define RTC_FLAG_TAMP1F   0x00002000U
#define RTC_FLAG_TAMP2F   0x00004000U
#define RTC_FLAG_TSF   0x00000800U
#define RTC_FLAG_TSOVF   0x00001000U

Definition at line 427 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTCEx_PollForTimeStampEvent().

#define RTC_FLAG_WUTF   0x00000400U
#define RTC_FLAG_WUTWF   0x00000004U