STM32F479xx HAL User Manual
|
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 RTC_DR_RESERVED_MASK 0x00FFFF3FU |
Definition at line 757 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 768 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm_IT().
#define RTC_FLAGS_MASK |
((uint32_t)(RTC_FLAG_TSOVF | RTC_FLAG_TSF | RTC_FLAG_WUTF | \ RTC_FLAG_ALRBF | RTC_FLAG_ALRAF | RTC_FLAG_INITF | \ RTC_FLAG_RSF | RTC_FLAG_INITS | RTC_FLAG_WUTWF | \ RTC_FLAG_ALRBWF | RTC_FLAG_ALRAWF | RTC_FLAG_TAMP1F | \ RTC_FLAG_RECALPF | RTC_FLAG_SHPF))
Definition at line 760 of file stm32f4xx_hal_rtc.h.
#define RTC_INIT_MASK 0xFFFFFFFFU |
Definition at line 758 of file stm32f4xx_hal_rtc.h.
Referenced by RTC_EnterInitMode().
#define RTC_RSF_MASK 0xFFFFFF5FU |
Definition at line 759 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_WaitForSynchro().
#define RTC_TIMEOUT_VALUE 1000 |
Definition at line 766 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_DeactivateAlarm(), HAL_RTC_DeInit(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), HAL_RTC_WaitForSynchro(), HAL_RTCEx_DeactivateWakeUpTimer(), HAL_RTCEx_SetSmoothCalib(), HAL_RTCEx_SetSynchroShift(), HAL_RTCEx_SetWakeUpTimer(), HAL_RTCEx_SetWakeUpTimer_IT(), and RTC_EnterInitMode().
#define RTC_TR_RESERVED_MASK 0x007F7F7FU |
Definition at line 756 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_GetTime(), HAL_RTC_SetTime(), and HAL_RTCEx_GetTimeStamp().