pub enum EOCALW {
Clear = 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§
Clear = 1
1: Clear the calibration flag
Trait Implementations§
impl Copy for EOCALW
impl Eq for EOCALW
impl StructuralPartialEq for EOCALW
Auto Trait Implementations§
impl Freeze for EOCALW
impl RefUnwindSafe for EOCALW
impl Send for EOCALW
impl Sync for EOCALW
impl Unpin for EOCALW
impl UnwindSafe for EOCALW
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