STM32F439xx HAL User Manual
Defines
RTC Private Constants
RTC

Defines

#define RTC_TR_RESERVED_MASK   0x007F7F7FU
#define RTC_DR_RESERVED_MASK   0x00FFFF3FU
#define RTC_INIT_MASK   0xFFFFFFFFU
#define RTC_RSF_MASK   0xFFFFFF5FU
#define RTC_FLAGS_MASK
#define RTC_TIMEOUT_VALUE   1000
#define RTC_EXTI_LINE_ALARM_EVENT   ((uint32_t)EXTI_IMR_MR17)

Define Documentation

#define RTC_DR_RESERVED_MASK   0x00FFFF3FU

Definition at line 710 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetDate(), HAL_RTC_SetDate(), and HAL_RTCEx_GetTimeStamp().

#define RTC_EXTI_LINE_ALARM_EVENT   ((uint32_t)EXTI_IMR_MR17)

External interrupt line 17 Connected to the RTC Alarm event

Definition at line 721 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_SetAlarm_IT().

#define RTC_FLAGS_MASK
#define RTC_INIT_MASK   0xFFFFFFFFU

Definition at line 711 of file stm32f4xx_hal_rtc.h.

Referenced by RTC_EnterInitMode().

#define RTC_RSF_MASK   0xFFFFFF5FU

Definition at line 712 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_WaitForSynchro().

#define RTC_TIMEOUT_VALUE   1000
#define RTC_TR_RESERVED_MASK   0x007F7F7FU

Definition at line 709 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetTime(), HAL_RTC_SetTime(), and HAL_RTCEx_GetTimeStamp().