STM32F439xx HAL User Manual
Defines
RTCEx Private Constants
RTCEx

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 Documentation

#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 900 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 901 of file stm32f4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetWakeUpTimer_IT().