pub enum RECALPFR {
Pending = 1,
}
Expand description
Recalibration pending Flag
Value on reset: 0
Variants§
Pending = 1
1: 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
Trait Implementations§
impl Copy for RECALPFR
impl Eq for RECALPFR
impl StructuralPartialEq for RECALPFR
Auto Trait Implementations§
impl Freeze for RECALPFR
impl RefUnwindSafe for RECALPFR
impl Send for RECALPFR
impl Sync for RECALPFR
impl Unpin for RECALPFR
impl UnwindSafe for RECALPFR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more