STM32L443xx HAL User Manual
Defines
RTC Flags Definitions
RTC Exported Constants

Defines

#define RTC_FLAG_RECALPF   RTC_ISR_RECALPF
#define RTC_FLAG_TSOVF   RTC_ISR_TSOVF
#define RTC_FLAG_TSF   RTC_ISR_TSF
#define RTC_FLAG_ITSF   RTC_ISR_ITSF
#define RTC_FLAG_WUTF   RTC_ISR_WUTF
#define RTC_FLAG_ALRBF   RTC_ISR_ALRBF
#define RTC_FLAG_ALRAF   RTC_ISR_ALRAF
#define RTC_FLAG_INITF   RTC_ISR_INITF
#define RTC_FLAG_RSF   RTC_ISR_RSF
#define RTC_FLAG_INITS   RTC_ISR_INITS
#define RTC_FLAG_SHPF   RTC_ISR_SHPF
#define RTC_FLAG_WUTWF   RTC_ISR_WUTWF
#define RTC_FLAG_ALRBWF   RTC_ISR_ALRBWF
#define RTC_FLAG_ALRAWF   RTC_ISR_ALRAWF

Define Documentation

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

Definition at line 587 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_INITS   RTC_ISR_INITS

Definition at line 589 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_ITSF   RTC_ISR_ITSF

Definition at line 583 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_GetTimeStamp().

#define RTC_FLAG_RECALPF   RTC_ISR_RECALPF

Definition at line 580 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_RSF   RTC_ISR_RSF

Definition at line 588 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_SHPF   RTC_ISR_SHPF

Definition at line 590 of file stm32l4xx_hal_rtc.h.

#define RTC_FLAG_TSF   RTC_ISR_TSF
#define RTC_FLAG_TSOVF   RTC_ISR_TSOVF

Definition at line 581 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_PollForTimeStampEvent().

#define RTC_FLAG_WUTF   RTC_ISR_WUTF
#define RTC_FLAG_WUTWF   RTC_ISR_WUTWF

Definition at line 591 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateWakeUpTimer().