Type Alias stm32_hal2::pac::rtc::calr::CALP_R

source ·
pub type CALP_R = BitReaderRaw<CALP_A>;
Expand description

Field CALP reader - Increase frequency of RTC by 488.5 ppm This feature is intended to be used in conjunction with CALM, which lowers the frequency of the calendar with a fine resolution. if the input frequency is 32768 Hz, the number of RTCCLK pulses added during a 32-second window is calculated as follows: (512 * CALP) - CALM. Refer to Section24.3.12: RTC smooth digital calibration.

Aliased Type§

struct CALP_R { /* private fields */ }