STM32L486xx HAL User Manual
Defines
RTC Flags Definitions
RTC Exported Constants

Defines

#define RTC_FLAG_RECALPF   ((uint32_t)RTC_ISR_RECALPF)
#define RTC_FLAG_TAMP3F   ((uint32_t)RTC_ISR_TAMP3F)
#define RTC_FLAG_TAMP2F   ((uint32_t)RTC_ISR_TAMP2F)
#define RTC_FLAG_TAMP1F   ((uint32_t)RTC_ISR_TAMP1F)
#define RTC_FLAG_TSOVF   ((uint32_t)RTC_ISR_TSOVF)
#define RTC_FLAG_TSF   ((uint32_t)RTC_ISR_TSF)
#define RTC_FLAG_ITSF   ((uint32_t)RTC_ISR_ITSF)
#define RTC_FLAG_WUTF   ((uint32_t)RTC_ISR_WUTF)
#define RTC_FLAG_ALRBF   ((uint32_t)RTC_ISR_ALRBF)
#define RTC_FLAG_ALRAF   ((uint32_t)RTC_ISR_ALRAF)
#define RTC_FLAG_INITF   ((uint32_t)RTC_ISR_INITF)
#define RTC_FLAG_RSF   ((uint32_t)RTC_ISR_RSF)
#define RTC_FLAG_INITS   ((uint32_t)RTC_ISR_INITS)
#define RTC_FLAG_SHPF   ((uint32_t)RTC_ISR_SHPF)
#define RTC_FLAG_WUTWF   ((uint32_t)RTC_ISR_WUTWF)
#define RTC_FLAG_ALRBWF   ((uint32_t)RTC_ISR_ALRBWF)
#define RTC_FLAG_ALRAWF   ((uint32_t)RTC_ISR_ALRAWF)

Define Documentation

#define RTC_FLAG_ALRAF   ((uint32_t)RTC_ISR_ALRAF)
#define RTC_FLAG_ALRAWF   ((uint32_t)RTC_ISR_ALRAWF)
#define RTC_FLAG_ALRBF   ((uint32_t)RTC_ISR_ALRBF)
#define RTC_FLAG_ALRBWF   ((uint32_t)RTC_ISR_ALRBWF)
#define RTC_FLAG_INITF   ((uint32_t)RTC_ISR_INITF)

Definition at line 462 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_INITS   ((uint32_t)RTC_ISR_INITS)

Definition at line 464 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_ITSF   ((uint32_t)RTC_ISR_ITSF)

Definition at line 458 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_GetTimeStamp().

#define RTC_FLAG_RECALPF   ((uint32_t)RTC_ISR_RECALPF)

Definition at line 452 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_RSF   ((uint32_t)RTC_ISR_RSF)

Definition at line 463 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_SHPF   ((uint32_t)RTC_ISR_SHPF)

Definition at line 465 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_TAMP1F   ((uint32_t)RTC_ISR_TAMP1F)
#define RTC_FLAG_TAMP2F   ((uint32_t)RTC_ISR_TAMP2F)
#define RTC_FLAG_TAMP3F   ((uint32_t)RTC_ISR_TAMP3F)
#define RTC_FLAG_TSF   ((uint32_t)RTC_ISR_TSF)
#define RTC_FLAG_TSOVF   ((uint32_t)RTC_ISR_TSOVF)

Definition at line 456 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_PollForTimeStampEvent().

#define RTC_FLAG_WUTF   ((uint32_t)RTC_ISR_WUTF)
#define RTC_FLAG_WUTWF   ((uint32_t)RTC_ISR_WUTWF)