#[repr(u8)]pub enum Trig4Chain10Csel1 {
Show 16 variants
CSEL1_0 = 0,
CSEL1_1 = 1,
CSEL1_2 = 2,
CSEL1_3 = 3,
CSEL1_4 = 4,
CSEL1_5 = 5,
CSEL1_6 = 6,
CSEL1_7 = 7,
CSEL1_8 = 8,
CSEL1_9 = 9,
CSEL1_10 = 10,
CSEL1_11 = 11,
CSEL1_12 = 12,
CSEL1_13 = 13,
CSEL1_14 = 14,
CSEL1_15 = 15,
}Variants§
CSEL1_0 = 0
ADC Channel 0 selected
CSEL1_1 = 1
ADC Channel 1 selected.
CSEL1_2 = 2
ADC Channel 2 selected.
CSEL1_3 = 3
ADC Channel 3 selected.
CSEL1_4 = 4
ADC Channel 4 selected.
CSEL1_5 = 5
ADC Channel 5 selected.
CSEL1_6 = 6
ADC Channel 6 selected.
CSEL1_7 = 7
ADC Channel 7 selected.
CSEL1_8 = 8
ADC Channel 8 selected.
CSEL1_9 = 9
ADC Channel 9 selected.
CSEL1_10 = 10
ADC Channel 10 selected.
CSEL1_11 = 11
ADC Channel 11 selected.
CSEL1_12 = 12
ADC Channel 12 selected.
CSEL1_13 = 13
ADC Channel 13 selected.
CSEL1_14 = 14
ADC Channel 14 selected.
CSEL1_15 = 15
ADC Channel 15 selected.
Implementations§
Trait Implementations§
Source§impl Clone for Trig4Chain10Csel1
impl Clone for Trig4Chain10Csel1
Source§fn clone(&self) -> Trig4Chain10Csel1
fn clone(&self) -> Trig4Chain10Csel1
Returns a duplicate 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 Trig4Chain10Csel1
impl Debug for Trig4Chain10Csel1
Source§impl From<Trig4Chain10Csel1> for u8
impl From<Trig4Chain10Csel1> for u8
Source§fn from(val: Trig4Chain10Csel1) -> u8
fn from(val: Trig4Chain10Csel1) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig4Chain10Csel1
impl From<u8> for Trig4Chain10Csel1
Source§fn from(val: u8) -> Trig4Chain10Csel1
fn from(val: u8) -> Trig4Chain10Csel1
Converts to this type from the input type.
Source§impl Ord for Trig4Chain10Csel1
impl Ord for Trig4Chain10Csel1
Source§fn cmp(&self, other: &Trig4Chain10Csel1) -> Ordering
fn cmp(&self, other: &Trig4Chain10Csel1) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Trig4Chain10Csel1
impl PartialEq for Trig4Chain10Csel1
Source§impl PartialOrd for Trig4Chain10Csel1
impl PartialOrd for Trig4Chain10Csel1
impl Copy for Trig4Chain10Csel1
impl Eq for Trig4Chain10Csel1
impl StructuralPartialEq for Trig4Chain10Csel1
Auto Trait Implementations§
impl Freeze for Trig4Chain10Csel1
impl RefUnwindSafe for Trig4Chain10Csel1
impl Send for Trig4Chain10Csel1
impl Sync for Trig4Chain10Csel1
impl Unpin for Trig4Chain10Csel1
impl UnwindSafe for Trig4Chain10Csel1
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