STM32F479xx HAL User Manual
|
Defines | |
#define | RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT ((uint32_t)EXTI_IMR_MR21) |
#define | RTC_EXTI_LINE_WAKEUPTIMER_EVENT ((uint32_t)EXTI_IMR_MR22) |
#define RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT ((uint32_t)EXTI_IMR_MR21) |
External interrupt line 21 Connected to the RTC Tamper and Time Stamp events
Definition at line 884 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper_IT(), and HAL_RTCEx_SetTimeStamp_IT().
#define RTC_EXTI_LINE_WAKEUPTIMER_EVENT ((uint32_t)EXTI_IMR_MR22) |
External interrupt line 22 Connected to the RTC Wake-up event
Definition at line 885 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetWakeUpTimer_IT().