STM32H735xx 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 785 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_CALIB_OUTPUT_512HZ RTC_CR_COE |
Calibration output is 512 Hz
Definition at line 786 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_CALIB_OUTPUT_NONE 0x00000000U |
Calibration output disabled
Definition at line 784 of file stm32h7xx_ll_rtc.h.