HAL + 0/3 examples
CodeScope will show references to LL_RTC_EnableInitMode() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
 
Symbols
loading...
Files
loading...

LL_RTC_EnableInitMode() function

Enable initialization mode

Syntax

__STATIC_INLINE void LL_RTC_EnableInitMode(RTC_TypeDef *RTCx);

Arguments

RTCx

RTC Instance

Return value

None

Notes

Initialization mode is used to program time and date register (RTC_TR and RTC_DR) and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset.

Examples

LL_RTC_EnableInitMode() is referenced by 3 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_rtc.h:832
__STATIC_INLINE void LL_RTC_EnableInitMode(RTC_TypeDef *RTCx)
stm32f4xx_ll_rtc.c:732LL_RTC_EnterInitMode()
LL_RTC_EnableInitMode(RTCx);

Call Tree

Functions calling LL_RTC_EnableInitMode()
all items filtered out
LL_RTC_EnableInitMode()
Data read by LL_RTC_EnableInitMode()
LL_RTC_EnableInitMode()