#[repr(u8)]pub enum Cmdl7Mode {
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 Cmdl7Mode
impl Ord for Cmdl7Mode
Source§impl PartialOrd for Cmdl7Mode
impl PartialOrd for Cmdl7Mode
impl Copy for Cmdl7Mode
impl Eq for Cmdl7Mode
impl StructuralPartialEq for Cmdl7Mode
Auto Trait Implementations§
impl Freeze for Cmdl7Mode
impl RefUnwindSafe for Cmdl7Mode
impl Send for Cmdl7Mode
impl Sync for Cmdl7Mode
impl Unpin for Cmdl7Mode
impl UnwindSafe for Cmdl7Mode
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