#[repr(u8)]pub enum Msel {
MSEL_0 = 0,
MSEL_1 = 1,
MSEL_2 = 2,
MSEL_3 = 3,
MSEL_4 = 4,
MSEL_5 = 5,
MSEL_6 = 6,
MSEL_7 = 7,
}Variants§
MSEL_0 = 0
Internal Negative Input 0 for Minus Channel – Internal Minus Input
MSEL_1 = 1
External Input 1 for Minus Channel – Reference Input 0
MSEL_2 = 2
External Input 2 for Minus Channel – Reference Input 1
MSEL_3 = 3
External Input 3 for Minus Channel – Reference Input 2
MSEL_4 = 4
External Input 4 for Minus Channel – Reference Input 3
MSEL_5 = 5
External Input 5 for Minus Channel – Reference Input 4
MSEL_6 = 6
External Input 6 for Minus Channel – Reference Input 5
MSEL_7 = 7
Internal 8b 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