#[repr(u8)]pub enum TrigOutInp {
Show 32 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
VAL6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
VAL9 = 9,
VAL10 = 10,
VAL11 = 11,
VAL12 = 12,
VAL13 = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
_RESERVED_10 = 16,
_RESERVED_11 = 17,
VAL18 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
VAL21 = 21,
VAL22 = 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
_RESERVED_7 = 7
_RESERVED_8 = 8
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
_RESERVED_e = 14
_RESERVED_f = 15
_RESERVED_10 = 16
_RESERVED_11 = 17
VAL18 = 18
LPUART5 ipp_do_lpuart_txd input is selected
_RESERVED_13 = 19
_RESERVED_14 = 20
VAL21 = 21
USB1 Start of Frame input is selected
VAL22 = 22
ENET PPS Output input is selected
_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 TrigOutInp
impl TrigOutInp
Trait Implementations§
Source§impl Clone for TrigOutInp
impl Clone for TrigOutInp
Source§fn clone(&self) -> TrigOutInp
fn clone(&self) -> TrigOutInp
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 TrigOutInp
impl Debug for TrigOutInp
Source§impl From<TrigOutInp> for u8
impl From<TrigOutInp> for u8
Source§fn from(val: TrigOutInp) -> u8
fn from(val: TrigOutInp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TrigOutInp
impl From<u8> for TrigOutInp
Source§fn from(val: u8) -> TrigOutInp
fn from(val: u8) -> TrigOutInp
Converts to this type from the input type.
Source§impl Ord for TrigOutInp
impl Ord for TrigOutInp
Source§fn cmp(&self, other: &TrigOutInp) -> Ordering
fn cmp(&self, other: &TrigOutInp) -> 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 TrigOutInp
impl PartialEq for TrigOutInp
Source§impl PartialOrd for TrigOutInp
impl PartialOrd for TrigOutInp
impl Copy for TrigOutInp
impl Eq for TrigOutInp
impl StructuralPartialEq for TrigOutInp
Auto Trait Implementations§
impl Freeze for TrigOutInp
impl RefUnwindSafe for TrigOutInp
impl Send for TrigOutInp
impl Sync for TrigOutInp
impl Unpin for TrigOutInp
impl UnwindSafe for TrigOutInp
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