Bits are write-protected. LL_RTC_DisableWriteProtection
function should be called before.
Reference Manual to
LL API cross
reference:
CR COE LL_RTC_CAL_SetOutputFreq
CR COSEL LL_RTC_CAL_SetOutputFreq
LL_RTC_CAL_GetOutputFreq
__STATIC_INLINE uint32_t LL_RTC_CAL_GetOutputFreq
(RTC_TypeDef * RTCx)
Get Calibration output frequency (1 Hz or 512 Hz)
Returned: value can be one of the following values:
LL_RTC_CALIB_OUTPUT_NONE
LL_RTC_CALIB_OUTPUT_512HZ
Reference Manual to
LL API cross
reference:
CR COE LL_RTC_CAL_GetOutputFreq
CR COSEL LL_RTC_CAL_GetOutputFreq
LL_RTC_CAL_EnableCoarseDigital
__STATIC_INLINE void LL_RTC_CAL_EnableCoarseDigital
(RTC_TypeDef * RTCx)
Enable Coarse digital calibration.
Bit is write-protected. LL_RTC_DisableWriteProtection
function should be called before.
It can be written in initialization mode only
(LL_RTC_EnableInitMode function)
Reference Manual to
LL API cross
reference:
CR DCE LL_RTC_CAL_EnableCoarseDigital
LL_RTC_CAL_DisableCoarseDigital
__STATIC_INLINE void LL_RTC_CAL_DisableCoarseDigital
(RTC_TypeDef * RTCx)
Disable Coarse digital calibration.
Bit is write-protected. LL_RTC_DisableWriteProtection
function should be called before.
It can be written in initialization mode only
(LL_RTC_EnableInitMode function)
CR DCE LL_RTC_CAL_DisableCoarseDigital