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

Defines

#define RTC_SMOOTHCALIB_PLUSPULSES_SET   ((uint32_t)0x00008000)
#define RTC_SMOOTHCALIB_PLUSPULSES_RESET   ((uint32_t)0x00000000)

Define Documentation

#define RTC_SMOOTHCALIB_PLUSPULSES_RESET   ((uint32_t)0x00000000)

The number of RTCCLK pulses subbstited during a 32-second window = CALM[8:0]

Definition at line 332 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_SMOOTHCALIB_PLUSPULSES_SET   ((uint32_t)0x00008000)

The number of RTCCLK pulses added during a X -second window = Y - CALM[8:0] with Y = 512, 256, 128 when X = 32, 16, 8

Definition at line 329 of file stm32l4xx_hal_rtc_ex.h.