STM32L486xx HAL User Manual
Defines
RTC Interrupts Definitions
RTC Exported Constants

Defines

#define RTC_IT_TS   ((uint32_t)RTC_CR_TSIE)
#define RTC_IT_WUT   ((uint32_t)RTC_CR_WUTIE)
#define RTC_IT_ALRA   ((uint32_t)RTC_CR_ALRAIE)
#define RTC_IT_ALRB   ((uint32_t)RTC_CR_ALRBIE)
#define RTC_IT_TAMP   ((uint32_t)RTC_TAMPCR_TAMPIE)
#define RTC_IT_TAMP1   ((uint32_t)RTC_TAMPCR_TAMP1IE)
#define RTC_IT_TAMP2   ((uint32_t)RTC_TAMPCR_TAMP2IE)
#define RTC_IT_TAMP3   ((uint32_t)RTC_TAMPCR_TAMP3IE)

Define Documentation

#define RTC_IT_ALRA   ((uint32_t)RTC_CR_ALRAIE)

Enable Alarm A Interrupt

Definition at line 439 of file stm32l4xx_hal_rtc.h.

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

#define RTC_IT_ALRB   ((uint32_t)RTC_CR_ALRBIE)

Enable Alarm B Interrupt

Definition at line 440 of file stm32l4xx_hal_rtc.h.

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

#define RTC_IT_TAMP   ((uint32_t)RTC_TAMPCR_TAMPIE)

Enable all Tamper Interrupt

Definition at line 441 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

#define RTC_IT_TAMP1   ((uint32_t)RTC_TAMPCR_TAMP1IE)

Enable Tamper 1 Interrupt

Definition at line 442 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

#define RTC_IT_TAMP2   ((uint32_t)RTC_TAMPCR_TAMP2IE)

Enable Tamper 2 Interrupt

Definition at line 443 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

#define RTC_IT_TAMP3   ((uint32_t)RTC_TAMPCR_TAMP3IE)

Enable Tamper 3 Interrupt

Definition at line 444 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

#define RTC_IT_TS   ((uint32_t)RTC_CR_TSIE)

Enable Timestamp Interrupt

Definition at line 437 of file stm32l4xx_hal_rtc.h.

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

#define RTC_IT_WUT   ((uint32_t)RTC_CR_WUTIE)

Enable Wakeup timer Interrupt

Definition at line 438 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateWakeUpTimer(), and HAL_RTCEx_SetWakeUpTimer_IT().