#[repr(u8)]pub enum ExtTrig0Inp {
Show 32 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
Val2 = 2,
Val3 = 3,
Val4 = 4,
Val5 = 5,
Val6 = 6,
Val7 = 7,
_RESERVED_8 = 8,
Val9 = 9,
Val10 = 10,
Val11 = 11,
Val12 = 12,
Val13 = 13,
Val14 = 14,
Val15 = 15,
Val16 = 16,
Val17 = 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,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
Val2 = 2
AOI0_OUT0 input is selected.
Val3 = 3
AOI0_OUT1 input is selected.
Val4 = 4
AOI0_OUT2 input is selected.
Val5 = 5
AOI0_OUT3 input is selected.
Val6 = 6
CMP0_OUT input is selected.
Val7 = 7
CMP1_OUT input is selected.
_RESERVED_8 = 8
Val9 = 9
LPUART0 input is selected.
Val10 = 10
LPUART1 input is selected.
Val11 = 11
LPUART2 input is selected.
Val12 = 12
LPUART3 input is selected.
Val13 = 13
LPUART4 input is selected.
Val14 = 14
AOI1_OUT0 input is selected.
Val15 = 15
AOI1_OUT1 input is selected.
Val16 = 16
AOI1_OUT2 input is selected.
Val17 = 17
AOI1_OUT3 input is selected.
_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
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Source§impl ExtTrig0Inp
impl ExtTrig0Inp
Trait Implementations§
Source§impl Clone for ExtTrig0Inp
impl Clone for ExtTrig0Inp
Source§fn clone(&self) -> ExtTrig0Inp
fn clone(&self) -> ExtTrig0Inp
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 ExtTrig0Inp
impl Debug for ExtTrig0Inp
Source§impl From<ExtTrig0Inp> for u8
impl From<ExtTrig0Inp> for u8
Source§fn from(val: ExtTrig0Inp) -> u8
fn from(val: ExtTrig0Inp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ExtTrig0Inp
impl From<u8> for ExtTrig0Inp
Source§fn from(val: u8) -> ExtTrig0Inp
fn from(val: u8) -> ExtTrig0Inp
Converts to this type from the input type.
Source§impl Ord for ExtTrig0Inp
impl Ord for ExtTrig0Inp
Source§fn cmp(&self, other: &ExtTrig0Inp) -> Ordering
fn cmp(&self, other: &ExtTrig0Inp) -> 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 ExtTrig0Inp
impl PartialEq for ExtTrig0Inp
Source§impl PartialOrd for ExtTrig0Inp
impl PartialOrd for ExtTrig0Inp
impl Copy for ExtTrig0Inp
impl Eq for ExtTrig0Inp
impl StructuralPartialEq for ExtTrig0Inp
Auto Trait Implementations§
impl Freeze for ExtTrig0Inp
impl RefUnwindSafe for ExtTrig0Inp
impl Send for ExtTrig0Inp
impl Sync for ExtTrig0Inp
impl Unpin for ExtTrig0Inp
impl UnwindSafe for ExtTrig0Inp
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