Type Alias stm32_hal2::pac::rtc::calr::CALM_R

source ·
pub type CALM_R = FieldReaderRaw<u16, u16>;
Expand description

Field CALM reader - Calibration minus The frequency of the calendar is reduced by masking CALM out of 220 RTCCLK pulses (32 seconds if the input frequency is 32768 Hz). This decreases the frequency of the calendar with a resolution of 0.9537 ppm. To increase the frequency of the calendar, this feature should be used in conjunction with CALP. See Section24.3.12: RTC smooth digital calibration on page13.

Aliased Type§

struct CALM_R { /* private fields */ }