|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
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 |
| #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().
| #define RTC_IT_ALRB RTC_CR_ALRBIE |
Enable Alarm B Interrupt
Definition at line 419 of file stm32f4xx_hal_rtc.h.
| #define RTC_IT_TS RTC_CR_TSIE |
Enable Timestamp Interrupt
Definition at line 417 of file stm32f4xx_hal_rtc.h.
| #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().