|
STM32L443xx HAL User Manual
|
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 RTC_IT_ALRA RTC_CR_ALRAIE |
Enable Alarm A Interrupt
Definition at line 516 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 RTC_CR_ALRBIE |
Enable Alarm B Interrupt
Definition at line 517 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_TS RTC_CR_TSIE |
Enable Timestamp Interrupt
Definition at line 511 of file stm32l4xx_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 512 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTCEx_DeactivateWakeUpTimer(), and HAL_RTCEx_SetWakeUpTimer_IT().
1.7.6.1