#[repr(u8)]pub enum Muxnegselect {
Pin0 = 0,
Pin1 = 1,
Pin2 = 2,
Pin3 = 3,
Pin4 = 4,
Pin5 = 5,
Pin6 = 6,
Pin7 = 7,
Gnd = 24,
Iognd = 25,
}
Expand description
Negative Mux Input Selection
Value on reset: 0
Variants§
Pin0 = 0
0: ADC AIN0 Pin
Pin1 = 1
1: ADC AIN1 Pin
Pin2 = 2
2: ADC AIN2 Pin
Pin3 = 3
3: ADC AIN3 Pin
Pin4 = 4
4: ADC AIN4 Pin
Pin5 = 5
5: ADC AIN5 Pin
Pin6 = 6
6: ADC AIN6 Pin
Pin7 = 7
7: ADC AIN7 Pin
Gnd = 24
24: Internal Ground
Iognd = 25
25: I/O 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