STM32L486xx HAL User Manual
Defines
RTC Smooth Calib Period Definitions
RTCEx Exported Constants

Defines

#define RTC_SMOOTHCALIB_PERIOD_32SEC   ((uint32_t)0x00000000)
#define RTC_SMOOTHCALIB_PERIOD_16SEC   ((uint32_t)0x00002000)
#define RTC_SMOOTHCALIB_PERIOD_8SEC   ((uint32_t)0x00004000)

Define Documentation

#define RTC_SMOOTHCALIB_PERIOD_16SEC   ((uint32_t)0x00002000)

If RTCCLK = 32768 Hz, Smooth calibration period is 16s, else 2exp19 RTCCLK seconds

Definition at line 318 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_SMOOTHCALIB_PERIOD_32SEC   ((uint32_t)0x00000000)

If RTCCLK = 32768 Hz, Smooth calibration period is 32s, else 2exp20 RTCCLK seconds

Definition at line 316 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_SMOOTHCALIB_PERIOD_8SEC   ((uint32_t)0x00004000)

If RTCCLK = 32768 Hz, Smooth calibration period is 8s, else 2exp18 RTCCLK seconds

Definition at line 320 of file stm32l4xx_hal_rtc_ex.h.