pub enum COE {
Disabled = 0,
Enabled = 1,
}
Expand description
Calibration output enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for COE
impl Eq for COE
impl StructuralPartialEq for COE
Auto Trait Implementations§
impl Freeze for COE
impl RefUnwindSafe for COE
impl Send for COE
impl Sync for COE
impl Unpin for COE
impl UnwindSafe for COE
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