#[repr(u8)]pub enum Muxnegselect {
Ain0 = 0,
Ain1 = 1,
Ain2 = 2,
Ain3 = 3,
Ain4 = 4,
Ain5 = 5,
Ain6 = 6,
Ain7 = 7,
Gnd = 24,
}
Expand description
Negative Mux Input Selection
Value on reset: 0
Variants§
Ain0 = 0
0: ADC AIN0 Pin
Ain1 = 1
1: ADC AIN1 Pin
Ain2 = 2
2: ADC AIN2 Pin
Ain3 = 3
3: ADC AIN3 Pin
Ain4 = 4
4: ADC AIN4 Pin
Ain5 = 5
5: ADC AIN5 Pin
Ain6 = 6
6: ADC AIN6 Pin
Ain7 = 7
7: ADC AIN7 Pin
Gnd = 24
24: Internal Ground
Trait Implementations§
Source§impl Clone for Muxnegselect
impl Clone for Muxnegselect
Source§fn clone(&self) -> Muxnegselect
fn clone(&self) -> Muxnegselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Muxnegselect
impl Debug for Muxnegselect
Source§impl From<Muxnegselect> for u8
impl From<Muxnegselect> for u8
Source§fn from(variant: Muxnegselect) -> Self
fn from(variant: Muxnegselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Muxnegselect
impl PartialEq for Muxnegselect
impl Copy for Muxnegselect
impl Eq for Muxnegselect
impl IsEnum for Muxnegselect
impl StructuralPartialEq for Muxnegselect
Auto Trait Implementations§
impl Freeze for Muxnegselect
impl RefUnwindSafe for Muxnegselect
impl Send for Muxnegselect
impl Sync for Muxnegselect
impl Unpin for Muxnegselect
impl UnwindSafe for Muxnegselect
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