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