STM32L443xx HAL User Manual
|
Peripheral Control functions. More...
Functions | |
HAL_StatusTypeDef | HAL_RTC_WaitForSynchro (RTC_HandleTypeDef *hrtc) |
Wait until the RTC Time and Date registers (RTC_TR and RTC_DR) are synchronized with RTC APB clock. |
Peripheral Control functions.
=============================================================================== ##### Peripheral Control functions ##### =============================================================================== [..] This subsection provides functions allowing to (+) Wait for RTC Time and Date Synchronization
HAL_StatusTypeDef HAL_RTC_WaitForSynchro | ( | RTC_HandleTypeDef * | hrtc | ) |
Wait until the RTC Time and Date registers (RTC_TR and RTC_DR) are synchronized with RTC APB clock.
hrtc | RTC handle |
HAL | status |
Definition at line 2491 of file stm32l4xx_hal_rtc.c.
References HAL_GetTick(), __RTC_HandleTypeDef::Instance, RTC_RSF_MASK, and RTC_TIMEOUT_VALUE.
Referenced by HAL_RTCEx_SetSynchroShift(), and RTC_ExitInitMode().