STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
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_RECALPF

#define RTC_FLAG_RECALPF   RTC_ISR_RECALPF

#include <stm32f4xx_hal_rtc.h>

Recalibration pending flag

Definition at line 428 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_TAMP1F

#define RTC_FLAG_TAMP1F   RTC_ISR_TAMP1F

#include <stm32f4xx_hal_rtc.h>

Tamper 1 event flag

Definition at line 432 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTCEx_PollForTamper1Event(), and HAL_RTCEx_TamperTimeStampIRQHandler().

◆ RTC_FLAG_TSOVF

#define RTC_FLAG_TSOVF   RTC_ISR_TSOVF

#include <stm32f4xx_hal_rtc.h>

Timestamp overflow flag

Definition at line 433 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTCEx_PollForTimeStampEvent(), HAL_RTCEx_SetTimeStamp(), and HAL_RTCEx_SetTimeStamp_IT().

◆ RTC_FLAG_TSF

#define RTC_FLAG_TSF   RTC_ISR_TSF

◆ RTC_FLAG_WUTF

#define RTC_FLAG_WUTF   RTC_ISR_WUTF

◆ RTC_FLAG_ALRBF

#define RTC_FLAG_ALRBF   RTC_ISR_ALRBF

◆ RTC_FLAG_ALRAF

#define RTC_FLAG_ALRAF   RTC_ISR_ALRAF

◆ RTC_FLAG_INITF

#define RTC_FLAG_INITF   RTC_ISR_INITF

#include <stm32f4xx_hal_rtc.h>

RTC in initialization mode flag

Definition at line 438 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_RSF

#define RTC_FLAG_RSF   RTC_ISR_RSF

#include <stm32f4xx_hal_rtc.h>

Register synchronization flag

Definition at line 439 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_INITS

#define RTC_FLAG_INITS   RTC_ISR_INITS

#include <stm32f4xx_hal_rtc.h>

RTC initialization status flag

Definition at line 440 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_SHPF

#define RTC_FLAG_SHPF   RTC_ISR_SHPF

#include <stm32f4xx_hal_rtc.h>

Shift operation pending flag

Definition at line 441 of file stm32f4xx_hal_rtc.h.

◆ RTC_FLAG_WUTWF

#define RTC_FLAG_WUTWF   RTC_ISR_WUTWF

#include <stm32f4xx_hal_rtc.h>

WUTR register write allowance flag

Definition at line 442 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick(), HAL_RTCEx_DeactivateWakeUpTimer(), HAL_RTCEx_SetWakeUpTimer(), and HAL_RTCEx_SetWakeUpTimer_IT().

◆ RTC_FLAG_ALRBWF

#define RTC_FLAG_ALRBWF   RTC_ISR_ALRBWF

#include <stm32f4xx_hal_rtc.h>

ALRMBR register write allowance flag

Definition at line 443 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().

◆ RTC_FLAG_ALRAWF

#define RTC_FLAG_ALRAWF   RTC_ISR_ALRAWF

#include <stm32f4xx_hal_rtc.h>

ALRMAR register write allowance flag

Definition at line 444 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick(), HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().