#[repr(u8)]pub enum Trig5Chain76Csel6 {
Show 16 variants
CSEL6_0 = 0,
CSEL6_1 = 1,
CSEL6_2 = 2,
CSEL6_3 = 3,
CSEL6_4 = 4,
CSEL6_5 = 5,
CSEL6_6 = 6,
CSEL6_7 = 7,
CSEL6_8 = 8,
CSEL6_9 = 9,
CSEL6_10 = 10,
CSEL6_11 = 11,
CSEL6_12 = 12,
CSEL6_13 = 13,
CSEL6_14 = 14,
CSEL6_15 = 15,
}Variants§
CSEL6_0 = 0
ADC Channel 0 selected
CSEL6_1 = 1
ADC Channel 1 selected.
CSEL6_2 = 2
ADC Channel 2 selected.
CSEL6_3 = 3
ADC Channel 3 selected.
CSEL6_4 = 4
ADC Channel 4 selected.
CSEL6_5 = 5
ADC Channel 5 selected.
CSEL6_6 = 6
ADC Channel 6 selected.
CSEL6_7 = 7
ADC Channel 7 selected.
CSEL6_8 = 8
ADC Channel 8 selected.
CSEL6_9 = 9
ADC Channel 9 selected.
CSEL6_10 = 10
ADC Channel 10 selected.
CSEL6_11 = 11
ADC Channel 11 selected.
CSEL6_12 = 12
ADC Channel 12 selected.
CSEL6_13 = 13
ADC Channel 13 selected.
CSEL6_14 = 14
ADC Channel 14 selected.
CSEL6_15 = 15
ADC Channel 15 selected.
Implementations§
Trait Implementations§
Source§impl Clone for Trig5Chain76Csel6
impl Clone for Trig5Chain76Csel6
Source§fn clone(&self) -> Trig5Chain76Csel6
fn clone(&self) -> Trig5Chain76Csel6
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 Trig5Chain76Csel6
impl Debug for Trig5Chain76Csel6
Source§impl From<Trig5Chain76Csel6> for u8
impl From<Trig5Chain76Csel6> for u8
Source§fn from(val: Trig5Chain76Csel6) -> u8
fn from(val: Trig5Chain76Csel6) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig5Chain76Csel6
impl From<u8> for Trig5Chain76Csel6
Source§fn from(val: u8) -> Trig5Chain76Csel6
fn from(val: u8) -> Trig5Chain76Csel6
Converts to this type from the input type.
Source§impl Ord for Trig5Chain76Csel6
impl Ord for Trig5Chain76Csel6
Source§fn cmp(&self, other: &Trig5Chain76Csel6) -> Ordering
fn cmp(&self, other: &Trig5Chain76Csel6) -> 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 Trig5Chain76Csel6
impl PartialEq for Trig5Chain76Csel6
Source§impl PartialOrd for Trig5Chain76Csel6
impl PartialOrd for Trig5Chain76Csel6
impl Copy for Trig5Chain76Csel6
impl Eq for Trig5Chain76Csel6
impl StructuralPartialEq for Trig5Chain76Csel6
Auto Trait Implementations§
impl Freeze for Trig5Chain76Csel6
impl RefUnwindSafe for Trig5Chain76Csel6
impl Send for Trig5Chain76Csel6
impl Sync for Trig5Chain76Csel6
impl Unpin for Trig5Chain76Csel6
impl UnwindSafe for Trig5Chain76Csel6
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