STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
RTC Flags Definitions
Collaboration diagram for RTC Flags Definitions:

Macros

#define RTC_FLAG_RECALPF   RTC_ISR_RECALPF
#define RTC_FLAG_TAMP1F   RTC_ISR_TAMP1F
#define RTC_FLAG_TSOVF   RTC_ISR_TSOVF
#define RTC_FLAG_TSF   RTC_ISR_TSF
#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

Detailed Description

Macro Definition Documentation

◆ RTC_FLAG_ALRAF

#define RTC_FLAG_ALRAF   RTC_ISR_ALRAF

Alarm A event flag

Definition at line 437 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick().

◆ RTC_FLAG_ALRAWF

#define RTC_FLAG_ALRAWF   RTC_ISR_ALRAWF

ALRMAR register write allowance flag

Definition at line 444 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick().

◆ RTC_FLAG_ALRBF

#define RTC_FLAG_ALRBF   RTC_ISR_ALRBF

Alarm B event flag

Definition at line 436 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_ALRBWF

#define RTC_FLAG_ALRBWF   RTC_ISR_ALRBWF

ALRMBR register write allowance flag

Definition at line 443 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_INITF

#define RTC_FLAG_INITF   RTC_ISR_INITF

RTC in initialization mode flag

Definition at line 438 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_INITS

#define RTC_FLAG_INITS   RTC_ISR_INITS

RTC initialization status flag

Definition at line 440 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_RECALPF

#define RTC_FLAG_RECALPF   RTC_ISR_RECALPF

Recalibration pending flag

Definition at line 428 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_RSF

#define RTC_FLAG_RSF   RTC_ISR_RSF

Register synchronization flag

Definition at line 439 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_SHPF

#define RTC_FLAG_SHPF   RTC_ISR_SHPF

Shift operation pending flag

Definition at line 441 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_TAMP1F

#define RTC_FLAG_TAMP1F   RTC_ISR_TAMP1F

Tamper 1 event flag

Definition at line 432 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_TSF

#define RTC_FLAG_TSF   RTC_ISR_TSF

Timestamp event flag

Definition at line 434 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_TSOVF

#define RTC_FLAG_TSOVF   RTC_ISR_TSOVF

Timestamp overflow flag

Definition at line 433 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_WUTF

#define RTC_FLAG_WUTF   RTC_ISR_WUTF

Wakeup timer event flag

Definition at line 435 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick().

◆ RTC_FLAG_WUTWF

#define RTC_FLAG_WUTWF   RTC_ISR_WUTWF

WUTR register write allowance flag

Definition at line 442 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick().