#[repr(u8)]pub enum CompMode {
Traditional = 0,
Window = 16,
}Expand description
COMP_MODE [4]: Comparator mode Only for ADS1114/5
Variants§
Trait Implementations§
impl Copy for CompMode
Auto Trait Implementations§
impl Freeze for CompMode
impl RefUnwindSafe for CompMode
impl Send for CompMode
impl Sync for CompMode
impl Unpin for CompMode
impl UnsafeUnpin for CompMode
impl UnwindSafe for CompMode
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