#[repr(u8)]pub enum Cmdl12Adch {
Show 32 variants
ADCH_0 = 0,
ADCH_1 = 1,
ADCH_2 = 2,
ADCH_3 = 3,
ADCH_4 = 4,
ADCH_5 = 5,
ADCH_6 = 6,
ADCH_7 = 7,
ADCH_8 = 8,
ADCH_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
_RESERVED_10 = 16,
_RESERVED_11 = 17,
_RESERVED_12 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
ADCH_30 = 30,
ADCH_31 = 31,
}Variants§
ADCH_0 = 0
Select CH0A or CH0B or CH0A/CH0B pair.
ADCH_1 = 1
Select CH1A or CH1B or CH1A/CH1B pair.
ADCH_2 = 2
Select CH2A or CH2B or CH2A/CH2B pair.
ADCH_3 = 3
Select CH3A or CH3B or CH3A/CH3B pair.
ADCH_4 = 4
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
ADCH_5 = 5
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
ADCH_6 = 6
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
ADCH_7 = 7
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
ADCH_8 = 8
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
ADCH_9 = 9
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
_RESERVED_10 = 16
_RESERVED_11 = 17
_RESERVED_12 = 18
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
ADCH_30 = 30
Select CH30A or CH30B or CH30A/CH30B pair.
ADCH_31 = 31
Select CH31A or CH31B or CH31A/CH31B pair.
Implementations§
Source§impl Cmdl12Adch
impl Cmdl12Adch
Trait Implementations§
Source§impl Clone for Cmdl12Adch
impl Clone for Cmdl12Adch
Source§fn clone(&self) -> Cmdl12Adch
fn clone(&self) -> Cmdl12Adch
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 Cmdl12Adch
impl Debug for Cmdl12Adch
Source§impl From<Cmdl12Adch> for u8
impl From<Cmdl12Adch> for u8
Source§fn from(val: Cmdl12Adch) -> u8
fn from(val: Cmdl12Adch) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdl12Adch
impl From<u8> for Cmdl12Adch
Source§fn from(val: u8) -> Cmdl12Adch
fn from(val: u8) -> Cmdl12Adch
Converts to this type from the input type.
Source§impl Ord for Cmdl12Adch
impl Ord for Cmdl12Adch
Source§fn cmp(&self, other: &Cmdl12Adch) -> Ordering
fn cmp(&self, other: &Cmdl12Adch) -> 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 Cmdl12Adch
impl PartialEq for Cmdl12Adch
Source§impl PartialOrd for Cmdl12Adch
impl PartialOrd for Cmdl12Adch
impl Copy for Cmdl12Adch
impl Eq for Cmdl12Adch
impl StructuralPartialEq for Cmdl12Adch
Auto Trait Implementations§
impl Freeze for Cmdl12Adch
impl RefUnwindSafe for Cmdl12Adch
impl Send for Cmdl12Adch
impl Sync for Cmdl12Adch
impl Unpin for Cmdl12Adch
impl UnwindSafe for Cmdl12Adch
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