Type Definition stm32_hal2::pac::rtc::isr::RECALPF_R

source · []
pub type RECALPF_R = BitReaderRaw<RECALPF_A>;
Expand description

Field RECALPF reader - Recalibration pending Flag The RECALPF status flag is automatically set to 1 when software writes to the RTC_CALR register, indicating that the RTC_CALR register is blocked. When the new calibration settings are taken into account, this bit returns to 0. Refer to Re-calibration on-the-fly.