#[repr(u8)]pub enum Trig5Chain54Csel5 {
Show 16 variants
CSEL5_0 = 0,
CSEL5_1 = 1,
CSEL5_2 = 2,
CSEL5_3 = 3,
CSEL5_4 = 4,
CSEL5_5 = 5,
CSEL5_6 = 6,
CSEL5_7 = 7,
CSEL5_8 = 8,
CSEL5_9 = 9,
CSEL5_10 = 10,
CSEL5_11 = 11,
CSEL5_12 = 12,
CSEL5_13 = 13,
CSEL5_14 = 14,
CSEL5_15 = 15,
}Variants§
CSEL5_0 = 0
ADC Channel 0 selected
CSEL5_1 = 1
ADC Channel 1 selected.
CSEL5_2 = 2
ADC Channel 2 selected.
CSEL5_3 = 3
ADC Channel 3 selected.
CSEL5_4 = 4
ADC Channel 4 selected.
CSEL5_5 = 5
ADC Channel 5 selected.
CSEL5_6 = 6
ADC Channel 6 selected.
CSEL5_7 = 7
ADC Channel 7 selected.
CSEL5_8 = 8
ADC Channel 8 selected.
CSEL5_9 = 9
ADC Channel 9 selected.
CSEL5_10 = 10
ADC Channel 10 selected.
CSEL5_11 = 11
ADC Channel 11 selected.
CSEL5_12 = 12
ADC Channel 12 selected.
CSEL5_13 = 13
ADC Channel 13 selected.
CSEL5_14 = 14
ADC Channel 14 selected.
CSEL5_15 = 15
ADC Channel 15 selected.
Implementations§
Trait Implementations§
Source§impl Clone for Trig5Chain54Csel5
impl Clone for Trig5Chain54Csel5
Source§fn clone(&self) -> Trig5Chain54Csel5
fn clone(&self) -> Trig5Chain54Csel5
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 Trig5Chain54Csel5
impl Debug for Trig5Chain54Csel5
Source§impl From<Trig5Chain54Csel5> for u8
impl From<Trig5Chain54Csel5> for u8
Source§fn from(val: Trig5Chain54Csel5) -> u8
fn from(val: Trig5Chain54Csel5) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig5Chain54Csel5
impl From<u8> for Trig5Chain54Csel5
Source§fn from(val: u8) -> Trig5Chain54Csel5
fn from(val: u8) -> Trig5Chain54Csel5
Converts to this type from the input type.
Source§impl Ord for Trig5Chain54Csel5
impl Ord for Trig5Chain54Csel5
Source§fn cmp(&self, other: &Trig5Chain54Csel5) -> Ordering
fn cmp(&self, other: &Trig5Chain54Csel5) -> 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 Trig5Chain54Csel5
impl PartialEq for Trig5Chain54Csel5
Source§impl PartialOrd for Trig5Chain54Csel5
impl PartialOrd for Trig5Chain54Csel5
impl Copy for Trig5Chain54Csel5
impl Eq for Trig5Chain54Csel5
impl StructuralPartialEq for Trig5Chain54Csel5
Auto Trait Implementations§
impl Freeze for Trig5Chain54Csel5
impl RefUnwindSafe for Trig5Chain54Csel5
impl Send for Trig5Chain54Csel5
impl Sync for Trig5Chain54Csel5
impl Unpin for Trig5Chain54Csel5
impl UnwindSafe for Trig5Chain54Csel5
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