#[repr(u8)]pub enum Msel {
INPUT_0 = 0,
INPUT_1 = 1,
INPUT_2 = 2,
INPUT_3 = 3,
INPUT_4 = 4,
INPUT_5 = 5,
_RESERVED_6 = 6,
INPUT_7 = 7,
}Variants§
INPUT_0 = 0
Input 0m.
INPUT_1 = 1
Input 1m.
INPUT_2 = 2
Input 2m.
INPUT_3 = 3
Input 3m.
INPUT_4 = 4
Input 4m.
INPUT_5 = 5
Input 5m.
_RESERVED_6 = 6
INPUT_7 = 7
Internal DAC output.
Implementations§
Trait Implementations§
Source§impl Ord for Msel
impl Ord for Msel
Source§impl PartialOrd for Msel
impl PartialOrd for Msel
impl Copy for Msel
impl Eq for Msel
impl StructuralPartialEq for Msel
Auto Trait Implementations§
impl Freeze for Msel
impl RefUnwindSafe for Msel
impl Send for Msel
impl Sync for Msel
impl Unpin for Msel
impl UnwindSafe for Msel
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