#[repr(u8)]pub enum Trig0Chain10Csel0 {
Show 16 variants
CSEL0_0 = 0,
CSEL0_1 = 1,
CSEL0_2 = 2,
CSEL0_3 = 3,
CSEL0_4 = 4,
CSEL0_5 = 5,
CSEL0_6 = 6,
CSEL0_7 = 7,
CSEL0_8 = 8,
CSEL0_9 = 9,
CSEL0_10 = 10,
CSEL0_11 = 11,
CSEL0_12 = 12,
CSEL0_13 = 13,
CSEL0_14 = 14,
CSEL0_15 = 15,
}Variants§
CSEL0_0 = 0
ADC Channel 0 selected
CSEL0_1 = 1
ADC Channel 1 selected.
CSEL0_2 = 2
ADC Channel 2 selected.
CSEL0_3 = 3
ADC Channel 3 selected.
CSEL0_4 = 4
ADC Channel 4 selected.
CSEL0_5 = 5
ADC Channel 5 selected.
CSEL0_6 = 6
ADC Channel 6 selected.
CSEL0_7 = 7
ADC Channel 7 selected.
CSEL0_8 = 8
ADC Channel 8 selected.
CSEL0_9 = 9
ADC Channel 9 selected.
CSEL0_10 = 10
ADC Channel 10 selected.
CSEL0_11 = 11
ADC Channel 11 selected.
CSEL0_12 = 12
ADC Channel 12 selected.
CSEL0_13 = 13
ADC Channel 13 selected.
CSEL0_14 = 14
ADC Channel 14 selected.
CSEL0_15 = 15
ADC Channel 15 selected.
Implementations§
Trait Implementations§
Source§impl Clone for Trig0Chain10Csel0
impl Clone for Trig0Chain10Csel0
Source§fn clone(&self) -> Trig0Chain10Csel0
fn clone(&self) -> Trig0Chain10Csel0
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 Trig0Chain10Csel0
impl Debug for Trig0Chain10Csel0
Source§impl From<Trig0Chain10Csel0> for u8
impl From<Trig0Chain10Csel0> for u8
Source§fn from(val: Trig0Chain10Csel0) -> u8
fn from(val: Trig0Chain10Csel0) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig0Chain10Csel0
impl From<u8> for Trig0Chain10Csel0
Source§fn from(val: u8) -> Trig0Chain10Csel0
fn from(val: u8) -> Trig0Chain10Csel0
Converts to this type from the input type.
Source§impl Ord for Trig0Chain10Csel0
impl Ord for Trig0Chain10Csel0
Source§fn cmp(&self, other: &Trig0Chain10Csel0) -> Ordering
fn cmp(&self, other: &Trig0Chain10Csel0) -> 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 Trig0Chain10Csel0
impl PartialEq for Trig0Chain10Csel0
Source§impl PartialOrd for Trig0Chain10Csel0
impl PartialOrd for Trig0Chain10Csel0
impl Copy for Trig0Chain10Csel0
impl Eq for Trig0Chain10Csel0
impl StructuralPartialEq for Trig0Chain10Csel0
Auto Trait Implementations§
impl Freeze for Trig0Chain10Csel0
impl RefUnwindSafe for Trig0Chain10Csel0
impl Send for Trig0Chain10Csel0
impl Sync for Trig0Chain10Csel0
impl Unpin for Trig0Chain10Csel0
impl UnwindSafe for Trig0Chain10Csel0
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