HAL
LL_RTC_DisableRefClock() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_RTC_DisableRefClock() function

Disable RTC_REFIN reference clock detection (50 or 60 Hz)

Syntax

__STATIC_INLINE void LL_RTC_DisableRefClock(RTC_TypeDef *RTCx);

Arguments

RTCx

RTC Instance

Return value

None

Notes

Bit is write-protected. LL_RTC_DisableWriteProtection function should be called before. It can be written in initialization mode only (LL_RTC_EnableInitMode function)

References

LocationText
stm32f4xx_ll_rtc.h:933
__STATIC_INLINE void LL_RTC_DisableRefClock(RTC_TypeDef *RTCx)

Data Use

Data read by LL_RTC_DisableRefClock()
LL_RTC_DisableRefClock()