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