STM32F479xx HAL User Manual
|
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 LL_RTC_CALIB_OUTPUT_1HZ (RTC_CR_COE | RTC_CR_COSEL) |
Calibration output is 1 Hz
Definition at line 568 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_CALIB_OUTPUT_512HZ (RTC_CR_COE) |
Calibration output is 512 Hz
Definition at line 569 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_CALIB_OUTPUT_NONE 0x00000000U |
Calibration output disabled
Definition at line 567 of file stm32f4xx_ll_rtc.h.