#[repr(u8)]pub enum Trig7Chain54Csel4 {
Show 16 variants
CSEL4_0 = 0,
CSEL4_1 = 1,
CSEL4_2 = 2,
CSEL4_3 = 3,
CSEL4_4 = 4,
CSEL4_5 = 5,
CSEL4_6 = 6,
CSEL4_7 = 7,
CSEL4_8 = 8,
CSEL4_9 = 9,
CSEL4_10 = 10,
CSEL4_11 = 11,
CSEL4_12 = 12,
CSEL4_13 = 13,
CSEL4_14 = 14,
CSEL4_15 = 15,
}Variants§
CSEL4_0 = 0
ADC Channel 0 selected
CSEL4_1 = 1
ADC Channel 1 selected.
CSEL4_2 = 2
ADC Channel 2 selected.
CSEL4_3 = 3
ADC Channel 3 selected.
CSEL4_4 = 4
ADC Channel 4 selected.
CSEL4_5 = 5
ADC Channel 5 selected.
CSEL4_6 = 6
ADC Channel 6 selected.
CSEL4_7 = 7
ADC Channel 7 selected.
CSEL4_8 = 8
ADC Channel 8 selected.
CSEL4_9 = 9
ADC Channel 9 selected.
CSEL4_10 = 10
ADC Channel 10 selected.
CSEL4_11 = 11
ADC Channel 11 selected.
CSEL4_12 = 12
ADC Channel 12 selected.
CSEL4_13 = 13
ADC Channel 13 selected.
CSEL4_14 = 14
ADC Channel 14 selected.
CSEL4_15 = 15
ADC Channel 15 selected.
Implementations§
Trait Implementations§
Source§impl Clone for Trig7Chain54Csel4
impl Clone for Trig7Chain54Csel4
Source§fn clone(&self) -> Trig7Chain54Csel4
fn clone(&self) -> Trig7Chain54Csel4
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 Trig7Chain54Csel4
impl Debug for Trig7Chain54Csel4
Source§impl From<Trig7Chain54Csel4> for u8
impl From<Trig7Chain54Csel4> for u8
Source§fn from(val: Trig7Chain54Csel4) -> u8
fn from(val: Trig7Chain54Csel4) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig7Chain54Csel4
impl From<u8> for Trig7Chain54Csel4
Source§fn from(val: u8) -> Trig7Chain54Csel4
fn from(val: u8) -> Trig7Chain54Csel4
Converts to this type from the input type.
Source§impl Ord for Trig7Chain54Csel4
impl Ord for Trig7Chain54Csel4
Source§fn cmp(&self, other: &Trig7Chain54Csel4) -> Ordering
fn cmp(&self, other: &Trig7Chain54Csel4) -> 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 Trig7Chain54Csel4
impl PartialEq for Trig7Chain54Csel4
Source§impl PartialOrd for Trig7Chain54Csel4
impl PartialOrd for Trig7Chain54Csel4
impl Copy for Trig7Chain54Csel4
impl Eq for Trig7Chain54Csel4
impl StructuralPartialEq for Trig7Chain54Csel4
Auto Trait Implementations§
impl Freeze for Trig7Chain54Csel4
impl RefUnwindSafe for Trig7Chain54Csel4
impl Send for Trig7Chain54Csel4
impl Sync for Trig7Chain54Csel4
impl Unpin for Trig7Chain54Csel4
impl UnwindSafe for Trig7Chain54Csel4
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