STM32L486xx 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_TIMEOUT_VALUE   1000
#define RTC_EXTI_LINE_ALARM_EVENT   ((uint32_t)0x00040000)

Define Documentation

#define RTC_DR_RESERVED_MASK   0x00FFFF3FU

Definition at line 787 of file stm32l4xx_hal_rtc.h.

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

#define RTC_EXTI_LINE_ALARM_EVENT   ((uint32_t)0x00040000)

External interrupt line 18 Connected to the RTC Alarm event

Definition at line 793 of file stm32l4xx_hal_rtc.h.

#define RTC_INIT_MASK   0xFFFFFFFFU

Definition at line 788 of file stm32l4xx_hal_rtc.h.

Referenced by RTC_EnterInitMode().

#define RTC_RSF_MASK   0xFFFFFF5FU

Definition at line 789 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTC_WaitForSynchro().

#define RTC_TIMEOUT_VALUE   1000
#define RTC_TR_RESERVED_MASK   0x007F7F7FU

Definition at line 786 of file stm32l4xx_hal_rtc.h.

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