STM32F439xx 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 584 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_CALIB_OUTPUT_512HZ   (RTC_CR_COE)

Calibration output is 512 Hz

Definition at line 585 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_CALIB_OUTPUT_NONE   0x00000000U

Calibration output disabled

Definition at line 583 of file stm32f4xx_ll_rtc.h.