CARME-M4 BSP
V1.5
|
Macros | |
#define | RTC_SmoothCalibPlusPulses_Set ((uint32_t)0x00008000) |
#define | RTC_SmoothCalibPlusPulses_Reset ((uint32_t)0x00000000) |
#define | IS_RTC_SMOOTH_CALIB_PLUS(PLUS) |
#define IS_RTC_SMOOTH_CALIB_PLUS | ( | PLUS | ) |
Definition at line 495 of file stm32f4xx_rtc.h.
#define RTC_SmoothCalibPlusPulses_Reset ((uint32_t)0x00000000) |
The number of RTCCLK pulses subbstited during a 32-second window = CALM[8:0].
Definition at line 492 of file stm32f4xx_rtc.h.
#define RTC_SmoothCalibPlusPulses_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 487 of file stm32f4xx_rtc.h.