STM32L443xx HAL User Manual
|
Defines | |
#define | RTC_SMOOTHCALIB_PERIOD_32SEC 0x00000000u |
#define | RTC_SMOOTHCALIB_PERIOD_16SEC RTC_CALR_CALW16 |
#define | RTC_SMOOTHCALIB_PERIOD_8SEC RTC_CALR_CALW8 |
#define RTC_SMOOTHCALIB_PERIOD_16SEC RTC_CALR_CALW16 |
If RTCCLK = 32768 Hz, Smooth calibration period is 16s, else 2exp19 RTCCLK pulses
Definition at line 140 of file stm32l4xx_hal_rtc_ex.h.
#define RTC_SMOOTHCALIB_PERIOD_32SEC 0x00000000u |
If RTCCLK = 32768 Hz, Smooth calibration period is 32s, else 2exp20 RTCCLK pulses
Definition at line 138 of file stm32l4xx_hal_rtc_ex.h.
#define RTC_SMOOTHCALIB_PERIOD_8SEC RTC_CALR_CALW8 |
If RTCCLK = 32768 Hz, Smooth calibration period is 8s, else 2exp18 RTCCLK pulses
Definition at line 142 of file stm32l4xx_hal_rtc_ex.h.