Type Alias RECALPF_R

Source
pub type RECALPF_R = BitReader<RECALPFR>;
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 .

Aliased Type§

struct RECALPF_R { /* private fields */ }

Implementations§

Source§

impl RECALPF_R

Source

pub const fn variant(&self) -> Option<RECALPFR>

Get enumerated values variant

Source

pub fn is_pending(&self) -> bool

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