#[repr(u8)]pub enum ExtTrigInp {
Show 32 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
VAL6 = 6,
VAL7 = 7,
VAL8 = 8,
VAL9 = 9,
VAL10 = 10,
VAL11 = 11,
VAL12 = 12,
VAL13 = 13,
VAL14 = 14,
VAL15 = 15,
VAL16 = 16,
VAL17 = 17,
VAL18 = 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
VAL8 = 8
CMP2_OUT input is selected
VAL9 = 9
LPUART0 ipp_do_lpuart_txd input is selected
VAL10 = 10
LPUART1 ipp_do_lpuart_txd input is selected
VAL11 = 11
LPUART2 ipp_do_lpuart_txd input is selected
VAL12 = 12
LPUART3 ipp_do_lpuart_txd input is selected
VAL13 = 13
LPUART4 ipp_do_lpuart_txd 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
RTC_1Hz_CLK input is selected
VAL18 = 18
LPUART5 ipp_do_lpuart_txd input is selected
_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 ExtTrigInp
impl ExtTrigInp
Trait Implementations§
Source§impl Clone for ExtTrigInp
impl Clone for ExtTrigInp
Source§fn clone(&self) -> ExtTrigInp
fn clone(&self) -> ExtTrigInp
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 ExtTrigInp
impl Debug for ExtTrigInp
Source§impl From<ExtTrigInp> for u8
impl From<ExtTrigInp> for u8
Source§fn from(val: ExtTrigInp) -> u8
fn from(val: ExtTrigInp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ExtTrigInp
impl From<u8> for ExtTrigInp
Source§fn from(val: u8) -> ExtTrigInp
fn from(val: u8) -> ExtTrigInp
Converts to this type from the input type.
Source§impl Ord for ExtTrigInp
impl Ord for ExtTrigInp
Source§fn cmp(&self, other: &ExtTrigInp) -> Ordering
fn cmp(&self, other: &ExtTrigInp) -> 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 ExtTrigInp
impl PartialEq for ExtTrigInp
Source§impl PartialOrd for ExtTrigInp
impl PartialOrd for ExtTrigInp
impl Copy for ExtTrigInp
impl Eq for ExtTrigInp
impl StructuralPartialEq for ExtTrigInp
Auto Trait Implementations§
impl Freeze for ExtTrigInp
impl RefUnwindSafe for ExtTrigInp
impl Send for ExtTrigInp
impl Sync for ExtTrigInp
impl Unpin for ExtTrigInp
impl UnwindSafe for ExtTrigInp
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