STM32H735xx HAL User Manual
|
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 RTC_FLAG_ALRAF RTC_ISR_ALRAF |
Definition at line 619 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_PollForAlarmAEvent(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define RTC_FLAG_ALRAWF RTC_ISR_ALRAWF |
Definition at line 640 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define RTC_FLAG_ALRBF RTC_ISR_ALRBF |
Definition at line 616 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTCEx_PollForAlarmBEvent().
#define RTC_FLAG_ALRBWF RTC_ISR_ALRBWF |
Definition at line 637 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define RTC_FLAG_INITF RTC_ISR_INITF |
Definition at line 622 of file stm32h7xx_hal_rtc.h.
#define RTC_FLAG_INITS RTC_ISR_INITS |
Definition at line 628 of file stm32h7xx_hal_rtc.h.
#define RTC_FLAG_ITSF RTC_ISR_ITSF |
Definition at line 610 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTCEx_GetTimeStamp().
#define RTC_FLAG_RECALPF RTC_ISR_RECALPF |
Definition at line 601 of file stm32h7xx_hal_rtc.h.
#define RTC_FLAG_RSF RTC_ISR_RSF |
Definition at line 625 of file stm32h7xx_hal_rtc.h.
#define RTC_FLAG_SHPF RTC_ISR_SHPF |
Definition at line 631 of file stm32h7xx_hal_rtc.h.
#define RTC_FLAG_TSF RTC_ISR_TSF |
Definition at line 607 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTCEx_GetTimeStamp(), HAL_RTCEx_PollForTimeStampEvent(), and HAL_RTCEx_TamperTimeStampIRQHandler().
#define RTC_FLAG_TSOVF RTC_ISR_TSOVF |
Definition at line 604 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTCEx_PollForTimeStampEvent().
#define RTC_FLAG_WUTF RTC_ISR_WUTF |
Definition at line 613 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTCEx_PollForWakeUpTimerEvent(), and HAL_RTCEx_WakeUpTimerIRQHandler().
#define RTC_FLAG_WUTWF RTC_ISR_WUTWF |
Definition at line 634 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTCEx_DeactivateWakeUpTimer(), HAL_RTCEx_SetWakeUpTimer(), and HAL_RTCEx_SetWakeUpTimer_IT().