HAL + 0/4 examples
SourceVu will show references to HAL_RTC_WaitForSynchro() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
PWR
STM32469I_EVAL
Examples
PWR
STM324x9I_EVAL
Examples
PWR
STM324xG_EVAL
Examples
PWR
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

HAL status

Notes

The RTC Resynchronization mode is write protected, use the __HAL_RTC_WRITEPROTECTION_DISABLE() before calling this function. To read the calendar through the shadow registers after Calendar initialization, calendar update or after wakeup from low power modes the software must first clear the RSF flag. The software must then wait until it is set again before reading the calendar, which means that the calendar registers have been correctly copied into the RTC_TR and RTC_DR shadow registers.

References

from examples