STM32L443xx 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 586 of file stm32l4xx_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 593 of file stm32l4xx_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 585 of file stm32l4xx_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 592 of file stm32l4xx_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 587 of file stm32l4xx_hal_rtc.h.
#define RTC_FLAG_INITS RTC_ISR_INITS |
Definition at line 589 of file stm32l4xx_hal_rtc.h.
#define RTC_FLAG_ITSF RTC_ISR_ITSF |
Definition at line 583 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTCEx_GetTimeStamp().
#define RTC_FLAG_RECALPF RTC_ISR_RECALPF |
Definition at line 580 of file stm32l4xx_hal_rtc.h.
#define RTC_FLAG_RSF RTC_ISR_RSF |
Definition at line 588 of file stm32l4xx_hal_rtc.h.
#define RTC_FLAG_SHPF RTC_ISR_SHPF |
Definition at line 590 of file stm32l4xx_hal_rtc.h.
#define RTC_FLAG_TSF RTC_ISR_TSF |
Definition at line 582 of file stm32l4xx_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 581 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTCEx_PollForTimeStampEvent().
#define RTC_FLAG_WUTF RTC_ISR_WUTF |
Definition at line 584 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTCEx_PollForWakeUpTimerEvent(), HAL_RTCEx_SetWakeUpTimer_IT(), and HAL_RTCEx_WakeUpTimerIRQHandler().
#define RTC_FLAG_WUTWF RTC_ISR_WUTWF |
Definition at line 591 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTCEx_DeactivateWakeUpTimer().