STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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 |
#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.
#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().
#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().
#define RTC_FLAG_TSF RTC_ISR_TSF |
#include <stm32f4xx_hal_rtc.h>
Timestamp event flag
Definition at line 434 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_GetTimeStamp(), HAL_RTCEx_PollForTimeStampEvent(), HAL_RTCEx_SetTimeStamp(), HAL_RTCEx_SetTimeStamp_IT(), and HAL_RTCEx_TamperTimeStampIRQHandler().
#define RTC_FLAG_WUTF RTC_ISR_WUTF |
#include <stm32f4xx_hal_rtc.h>
Wakeup timer event flag
Definition at line 435 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_InitTick(), HAL_RTCEx_PollForWakeUpTimerEvent(), HAL_RTCEx_SetWakeUpTimer(), HAL_RTCEx_SetWakeUpTimer_IT(), and HAL_RTCEx_WakeUpTimerIRQHandler().
#define RTC_FLAG_ALRBF RTC_ISR_ALRBF |
#include <stm32f4xx_hal_rtc.h>
Alarm B event flag
Definition at line 436 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTCEx_PollForAlarmBEvent().
#define RTC_FLAG_ALRAF RTC_ISR_ALRAF |
#include <stm32f4xx_hal_rtc.h>
Alarm A event flag
Definition at line 437 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_InitTick(), HAL_RTC_AlarmIRQHandler(), HAL_RTC_PollForAlarmAEvent(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#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.
#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.
#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.
#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.
#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().
#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().
#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().