pub enum EOCALR {
NotComplete = 0,
Complete = 1,
}
Expand description
End Of Calibration flag This bit is set by hardware when calibration is complete. It is cleared by software writing 1 to it.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EOCALR
impl Eq for EOCALR
impl StructuralPartialEq for EOCALR
Auto Trait Implementations§
impl Freeze for EOCALR
impl RefUnwindSafe for EOCALR
impl Send for EOCALR
impl Sync for EOCALR
impl Unpin for EOCALR
impl UnwindSafe for EOCALR
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