#[repr(u8)]pub enum Trig2Chain76Csel7 {
Show 16 variants
CSEL7_0 = 0,
CSEL7_1 = 1,
CSEL7_2 = 2,
CSEL7_3 = 3,
CSEL7_4 = 4,
CSEL7_5 = 5,
CSEL7_6 = 6,
CSEL7_7 = 7,
CSEL7_8 = 8,
CSEL7_9 = 9,
CSEL7_10 = 10,
CSEL7_11 = 11,
CSEL7_12 = 12,
CSEL7_13 = 13,
CSEL7_14 = 14,
CSEL7_15 = 15,
}Variants§
CSEL7_0 = 0
ADC Channel 0 selected.
CSEL7_1 = 1
ADC Channel 1 selected.
CSEL7_2 = 2
ADC Channel 2 selected.
CSEL7_3 = 3
ADC Channel 3 selected.
CSEL7_4 = 4
ADC Channel 4 selected.
CSEL7_5 = 5
ADC Channel 5 selected.
CSEL7_6 = 6
ADC Channel 6 selected.
CSEL7_7 = 7
ADC Channel 7 selected.
CSEL7_8 = 8
ADC Channel 8 selected.
CSEL7_9 = 9
ADC Channel 9 selected.
CSEL7_10 = 10
ADC Channel 10 selected.
CSEL7_11 = 11
ADC Channel 11 selected.
CSEL7_12 = 12
ADC Channel 12 selected.
CSEL7_13 = 13
ADC Channel 13 selected.
CSEL7_14 = 14
ADC Channel 14 selected.
CSEL7_15 = 15
ADC Channel 15 selected.
Implementations§
Trait Implementations§
Source§impl Clone for Trig2Chain76Csel7
impl Clone for Trig2Chain76Csel7
Source§fn clone(&self) -> Trig2Chain76Csel7
fn clone(&self) -> Trig2Chain76Csel7
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 Trig2Chain76Csel7
impl Debug for Trig2Chain76Csel7
Source§impl From<Trig2Chain76Csel7> for u8
impl From<Trig2Chain76Csel7> for u8
Source§fn from(val: Trig2Chain76Csel7) -> u8
fn from(val: Trig2Chain76Csel7) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig2Chain76Csel7
impl From<u8> for Trig2Chain76Csel7
Source§fn from(val: u8) -> Trig2Chain76Csel7
fn from(val: u8) -> Trig2Chain76Csel7
Converts to this type from the input type.
Source§impl Ord for Trig2Chain76Csel7
impl Ord for Trig2Chain76Csel7
Source§fn cmp(&self, other: &Trig2Chain76Csel7) -> Ordering
fn cmp(&self, other: &Trig2Chain76Csel7) -> 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 Trig2Chain76Csel7
impl PartialEq for Trig2Chain76Csel7
Source§impl PartialOrd for Trig2Chain76Csel7
impl PartialOrd for Trig2Chain76Csel7
impl Copy for Trig2Chain76Csel7
impl Eq for Trig2Chain76Csel7
impl StructuralPartialEq for Trig2Chain76Csel7
Auto Trait Implementations§
impl Freeze for Trig2Chain76Csel7
impl RefUnwindSafe for Trig2Chain76Csel7
impl Send for Trig2Chain76Csel7
impl Sync for Trig2Chain76Csel7
impl Unpin for Trig2Chain76Csel7
impl UnwindSafe for Trig2Chain76Csel7
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