|
STM32L443xx 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 748 of file stm32l4xx_ll_rtc.h.
| #define LL_RTC_CALIB_OUTPUT_512HZ RTC_CR_COE |
Calibration output is 512 Hz
Definition at line 749 of file stm32l4xx_ll_rtc.h.
| #define LL_RTC_CALIB_OUTPUT_NONE 0x00000000U |
Calibration output disabled
Definition at line 747 of file stm32l4xx_ll_rtc.h.
1.7.6.1