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