STM32L443xx HAL User Manual
|
Defines | |
#define | LL_RTC_CALIB_PERIOD_32SEC 0x00000000U |
#define | LL_RTC_CALIB_PERIOD_16SEC RTC_CALR_CALW16 |
#define | LL_RTC_CALIB_PERIOD_8SEC RTC_CALR_CALW8 |
#define LL_RTC_CALIB_PERIOD_16SEC RTC_CALR_CALW16 |
Use a 16-second calibration cycle period
Definition at line 767 of file stm32l4xx_ll_rtc.h.
#define LL_RTC_CALIB_PERIOD_32SEC 0x00000000U |
Use a 32-second calibration cycle period
Definition at line 766 of file stm32l4xx_ll_rtc.h.
#define LL_RTC_CALIB_PERIOD_8SEC RTC_CALR_CALW8 |
Use a 8-second calibration cycle period
Definition at line 768 of file stm32l4xx_ll_rtc.h.