#[repr(u8)]pub enum Cmdl1Mode {
MODE_0 = 0,
MODE_1 = 1,
}Variants§
MODE_0 = 0
Standard resolution. Single-ended 12-bit conversion; Differential 13-bit conversion with 2’s complement output.
MODE_1 = 1
High resolution. Single-ended 16-bit conversion; Differential 16-bit conversion with 2’s complement output.
Implementations§
Trait Implementations§
Source§impl Ord for Cmdl1Mode
impl Ord for Cmdl1Mode
Source§impl PartialOrd for Cmdl1Mode
impl PartialOrd for Cmdl1Mode
impl Copy for Cmdl1Mode
impl Eq for Cmdl1Mode
impl StructuralPartialEq for Cmdl1Mode
Auto Trait Implementations§
impl Freeze for Cmdl1Mode
impl RefUnwindSafe for Cmdl1Mode
impl Send for Cmdl1Mode
impl Sync for Cmdl1Mode
impl Unpin for Cmdl1Mode
impl UnwindSafe for Cmdl1Mode
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