STM32F479xx HAL User Manual
|
Defines | |
#define | RTC_FLAG_RECALPF 0x00010000U |
#define | RTC_FLAG_TAMP2F 0x00004000U |
#define | RTC_FLAG_TAMP1F 0x00002000U |
#define | RTC_FLAG_TSOVF 0x00001000U |
#define | RTC_FLAG_TSF 0x00000800U |
#define | RTC_FLAG_WUTF 0x00000400U |
#define | RTC_FLAG_ALRBF 0x00000200U |
#define | RTC_FLAG_ALRAF 0x00000100U |
#define | RTC_FLAG_INITF 0x00000040U |
#define | RTC_FLAG_RSF 0x00000020U |
#define | RTC_FLAG_INITS 0x00000010U |
#define | RTC_FLAG_SHPF 0x00000008U |
#define | RTC_FLAG_WUTWF 0x00000004U |
#define | RTC_FLAG_ALRBWF 0x00000002U |
#define | RTC_FLAG_ALRAWF 0x00000001U |
#define RTC_FLAG_ALRAF 0x00000100U |
Definition at line 431 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_PollForAlarmAEvent(), and HAL_RTC_SetAlarm_IT().
#define RTC_FLAG_ALRAWF 0x00000001U |
Definition at line 438 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define RTC_FLAG_ALRBF 0x00000200U |
Definition at line 430 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_SetAlarm_IT(), and HAL_RTCEx_PollForAlarmBEvent().
#define RTC_FLAG_ALRBWF 0x00000002U |
Definition at line 437 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define RTC_FLAG_INITF 0x00000040U |
Definition at line 432 of file stm32f4xx_hal_rtc.h.
#define RTC_FLAG_INITS 0x00000010U |
Definition at line 434 of file stm32f4xx_hal_rtc.h.
#define RTC_FLAG_RECALPF 0x00010000U |
Definition at line 424 of file stm32f4xx_hal_rtc.h.
#define RTC_FLAG_RSF 0x00000020U |
Definition at line 433 of file stm32f4xx_hal_rtc.h.
#define RTC_FLAG_SHPF 0x00000008U |
Definition at line 435 of file stm32f4xx_hal_rtc.h.
#define RTC_FLAG_TAMP1F 0x00002000U |
Definition at line 426 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_PollForTamper1Event(), HAL_RTCEx_SetTamper_IT(), and HAL_RTCEx_TamperTimeStampIRQHandler().
#define RTC_FLAG_TAMP2F 0x00004000U |
Definition at line 425 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_PollForTamper2Event(), HAL_RTCEx_SetTamper_IT(), and HAL_RTCEx_TamperTimeStampIRQHandler().
#define RTC_FLAG_TSF 0x00000800U |
Definition at line 428 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_GetTimeStamp(), HAL_RTCEx_PollForTimeStampEvent(), HAL_RTCEx_SetTimeStamp_IT(), and HAL_RTCEx_TamperTimeStampIRQHandler().
#define RTC_FLAG_TSOVF 0x00001000U |
Definition at line 427 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_PollForTimeStampEvent().
#define RTC_FLAG_WUTF 0x00000400U |
Definition at line 429 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_PollForWakeUpTimerEvent(), HAL_RTCEx_SetWakeUpTimer_IT(), and HAL_RTCEx_WakeUpTimerIRQHandler().
#define RTC_FLAG_WUTWF 0x00000004U |
Definition at line 436 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_DeactivateWakeUpTimer(), HAL_RTCEx_SetWakeUpTimer(), and HAL_RTCEx_SetWakeUpTimer_IT().