|
STM32G474xx HAL User Manual
|
宏定义 | |
| #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 |
启用闹钟A中断
Definition at line 465 of file stm32g4xx_hal_rtc.h.
| #define RTC_IT_ALRB RTC_CR_ALRBIE |
启用闹钟B中断
Definition at line 466 of file stm32g4xx_hal_rtc.h.
| #define RTC_IT_TS RTC_CR_TSIE |
启用时间戳中断
Definition at line 463 of file stm32g4xx_hal_rtc.h.
| #define RTC_IT_WUT RTC_CR_WUTIE |
启用唤醒定时器中断
Definition at line 464 of file stm32g4xx_hal_rtc.h.
1.7.6.1