STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
RTC Interrupts Definitions
Collaboration diagram for RTC Interrupts Definitions:

Macros

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

Detailed Description

Macro Definition Documentation

◆ RTC_IT_ALRA

#define RTC_IT_ALRA   RTC_CR_ALRAIE

Enable Alarm A Interrupt

Definition at line 420 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick(), HAL_ResumeTick(), and HAL_SuspendTick().

◆ RTC_IT_ALRB

#define RTC_IT_ALRB   RTC_CR_ALRBIE

Enable Alarm B Interrupt

Definition at line 419 of file stm32f4xx_hal_rtc.h.

◆ RTC_IT_TS

#define RTC_IT_TS   RTC_CR_TSIE

Enable Timestamp Interrupt

Definition at line 417 of file stm32f4xx_hal_rtc.h.

◆ RTC_IT_WUT

#define RTC_IT_WUT   RTC_CR_WUTIE

Enable Wakeup timer Interrupt

Definition at line 418 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick(), HAL_ResumeTick(), and HAL_SuspendTick().