STM32H735xx HAL User Manual
Defines
RTC Smooth Calib Period Definitions
RTC Exported Constants

Defines

#define RTC_SMOOTHCALIB_PERIOD_32SEC   0x00000000u
#define RTC_SMOOTHCALIB_PERIOD_16SEC   RTC_CALR_CALW16
#define RTC_SMOOTHCALIB_PERIOD_8SEC   RTC_CALR_CALW8

Define Documentation

#define RTC_SMOOTHCALIB_PERIOD_16SEC   RTC_CALR_CALW16

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

Definition at line 780 of file stm32h7xx_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 778 of file stm32h7xx_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 782 of file stm32h7xx_hal_rtc_ex.h.