STM32H735xx HAL User Manual
Defines
RTC Interrupts Definitions
RTC Exported Constants

Defines

#define RTC_IT_TS   RTC_CR_TSIE
#define RTC_IT_WUT   RTC_CR_WUTIE
#define RTC_IT_ALRA   RTC_CR_ALRAIE
#define RTC_IT_ALRB   RTC_CR_ALRBIE

Define Documentation

#define RTC_IT_ALRA   RTC_CR_ALRAIE

Enable Alarm A Interrupt

Definition at line 517 of file stm32h7xx_hal_rtc.h.

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

#define RTC_IT_ALRB   RTC_CR_ALRBIE

Enable Alarm B Interrupt

Definition at line 518 of file stm32h7xx_hal_rtc.h.

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

#define RTC_IT_TS   RTC_CR_TSIE

Enable Timestamp Interrupt

Definition at line 515 of file stm32h7xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateTimeStamp(), HAL_RTCEx_SetTimeStamp_IT(), and HAL_RTCEx_TamperTimeStampIRQHandler().

#define RTC_IT_WUT   RTC_CR_WUTIE

Enable Wakeup timer Interrupt

Definition at line 516 of file stm32h7xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateWakeUpTimer(), and HAL_RTCEx_SetWakeUpTimer_IT().