STM32L486xx HAL User Manual
Defines
Calibration output
RTC Exported Constants

Defines

#define LL_RTC_CALIB_OUTPUT_NONE   0x00000000U
#define LL_RTC_CALIB_OUTPUT_1HZ   (RTC_CR_COE | RTC_CR_COSEL)
#define LL_RTC_CALIB_OUTPUT_512HZ   (RTC_CR_COE)

Define Documentation

#define LL_RTC_CALIB_OUTPUT_1HZ   (RTC_CR_COE | RTC_CR_COSEL)

Calibration output is 1 Hz

Definition at line 615 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_CALIB_OUTPUT_512HZ   (RTC_CR_COE)

Calibration output is 512 Hz

Definition at line 616 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_CALIB_OUTPUT_NONE   0x00000000U

Calibration output disabled

Definition at line 614 of file stm32l4xx_ll_rtc.h.