STM32H735xx HAL User Manual
|
Defines | |
#define | RTC_TR_RESERVED_MASK |
#define | RTC_DR_RESERVED_MASK |
#define | RTC_INIT_MASK 0xFFFFFFFFu |
#define | RTC_RSF_MASK (~(RTC_ISR_INIT | RTC_ISR_RSF)) |
#define | RTC_TIMEOUT_VALUE 1000u |
#define | RTC_EXTI_LINE_ALARM_EVENT EXTI_IMR1_IM17 |
#define RTC_DR_RESERVED_MASK |
(RTC_DR_YT | RTC_DR_YU | RTC_DR_WDU | \ RTC_DR_MT | RTC_DR_MU | RTC_DR_DT | \ RTC_DR_DU)
Definition at line 1083 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTC_GetDate(), HAL_RTC_SetDate(), and HAL_RTCEx_GetTimeStamp().
#define RTC_EXTI_LINE_ALARM_EVENT EXTI_IMR1_IM17 |
External interrupt line 17 Connected to the RTC Alarm event
Definition at line 1099 of file stm32h7xx_hal_rtc.h.
#define RTC_INIT_MASK 0xFFFFFFFFu |
Definition at line 1087 of file stm32h7xx_hal_rtc.h.
Referenced by RTC_EnterInitMode().
#define RTC_RSF_MASK (~(RTC_ISR_INIT | RTC_ISR_RSF)) |
Definition at line 1094 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTC_WaitForSynchro().
#define RTC_TIMEOUT_VALUE 1000u |
Definition at line 1097 of file stm32h7xx_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 |
(RTC_TR_PM | RTC_TR_HT | RTC_TR_HU | \ RTC_TR_MNT | RTC_TR_MNU| RTC_TR_ST | \ RTC_TR_SU)
Definition at line 1079 of file stm32h7xx_hal_rtc.h.
Referenced by HAL_RTC_GetTime(), HAL_RTC_SetTime(), and HAL_RTCEx_GetTimeStamp().