#[repr(u8)]pub enum Flexcomm0TrigInp {
Show 64 variants
Val0 = 0,
Val1 = 1,
Val2 = 2,
Val3 = 3,
Val4 = 4,
Val5 = 5,
Val6 = 6,
Val7 = 7,
Val8 = 8,
Val9 = 9,
Val10 = 10,
Val11 = 11,
Val12 = 12,
_RESERVED_d = 13,
Val14 = 14,
Val15 = 15,
Val16 = 16,
Val17 = 17,
Val18 = 18,
Val19 = 19,
Val20 = 20,
Val21 = 21,
Val22 = 22,
Val23 = 23,
Val24 = 24,
Val25 = 25,
Val26 = 26,
Val27 = 27,
Val28 = 28,
Val29 = 29,
Val30 = 30,
Val31 = 31,
Val32 = 32,
Val33 = 33,
Val34 = 34,
Val35 = 35,
Val36 = 36,
Val37 = 37,
Val38 = 38,
Val39 = 39,
Val40 = 40,
Val41 = 41,
Val42 = 42,
_RESERVED_2b = 43,
_RESERVED_2c = 44,
_RESERVED_2d = 45,
_RESERVED_2e = 46,
_RESERVED_2f = 47,
_RESERVED_30 = 48,
_RESERVED_31 = 49,
_RESERVED_32 = 50,
_RESERVED_33 = 51,
_RESERVED_34 = 52,
_RESERVED_35 = 53,
_RESERVED_36 = 54,
_RESERVED_37 = 55,
_RESERVED_38 = 56,
_RESERVED_39 = 57,
_RESERVED_3a = 58,
_RESERVED_3b = 59,
_RESERVED_3c = 60,
_RESERVED_3d = 61,
_RESERVED_3e = 62,
_RESERVED_3f = 63,
}Variants§
Val0 = 0
PINT PIN_INT4 input is selected.
Val1 = 1
PINT PIN_INT5 input is selected.
Val2 = 2
PINT PIN_INT6 input is selected.
Val3 = 3
SCT_OUT5 input is selected.
Val4 = 4
SCT_OUT6 input is selected.
Val5 = 5
SCT_OUT7 input is selected.
Val6 = 6
CTIMER0_MAT1 input is selected.
Val7 = 7
CTIMER1_MAT1 input is selected.
Val8 = 8
CTIMER2_MAT0 input is selected.
Val9 = 9
CTIMER3_MAT0 input is selected.
Val10 = 10
CTIMER4_MAT0 input is selected.
Val11 = 11
LPTMR0 input is selected.
Val12 = 12
LPTMR1 input is selected.
_RESERVED_d = 13
Val14 = 14
PINT GPIO_INT_BMAT input is selected.
Val15 = 15
CMP0_OUT input is selected.
Val16 = 16
CMP1_OUT input is selected.
Val17 = 17
CMP2_OUT input is selected.
Val18 = 18
EVTG_OUT0A input is selected.
Val19 = 19
EVTG_OUT0B input is selected.
Val20 = 20
EVTG_OUT1A input is selected.
Val21 = 21
EVTG_OUT1B input is selected.
Val22 = 22
EVTG_OUT2A input is selected.
Val23 = 23
EVTG_OUT2B input is selected.
Val24 = 24
EVTG_OUT3A input is selected.
Val25 = 25
EVTG_OUT3B input is selected.
Val26 = 26
TRIG_IN0 input is selected.
Val27 = 27
TRIG_IN1 input is selected.
Val28 = 28
TRIG_IN2 input is selected.
Val29 = 29
TRIG_IN3 input is selected.
Val30 = 30
TRIG_IN4 input is selected.
Val31 = 31
TRIG_IN10 input is selected.
Val32 = 32
TRIG_IN11 input is selected.
Val33 = 33
FlexIO CH4 input is selected.
Val34 = 34
FlexIO CH5 input is selected.
Val35 = 35
FlexIO CH6 input is selected.
Val36 = 36
FlexIO CH7 input is selected.
Val37 = 37
USB0 ipp_ind_uart_rxd_usbmux input is selected.
Val38 = 38
GPIO2 Pin Event Trig 0 input is selected.
Val39 = 39
GPIO2 Pin Event Trig 1 input is selected.
Val40 = 40
GPIO3 Pin Event Trig 0 input is selected.
Val41 = 41
GPIO3 Pin Event Trig 1 input is selected.
Val42 = 42
WUU input is selected.
_RESERVED_2b = 43
_RESERVED_2c = 44
_RESERVED_2d = 45
_RESERVED_2e = 46
_RESERVED_2f = 47
_RESERVED_30 = 48
_RESERVED_31 = 49
_RESERVED_32 = 50
_RESERVED_33 = 51
_RESERVED_34 = 52
_RESERVED_35 = 53
_RESERVED_36 = 54
_RESERVED_37 = 55
_RESERVED_38 = 56
_RESERVED_39 = 57
_RESERVED_3a = 58
_RESERVED_3b = 59
_RESERVED_3c = 60
_RESERVED_3d = 61
_RESERVED_3e = 62
_RESERVED_3f = 63
Implementations§
Trait Implementations§
Source§impl Clone for Flexcomm0TrigInp
impl Clone for Flexcomm0TrigInp
Source§fn clone(&self) -> Flexcomm0TrigInp
fn clone(&self) -> Flexcomm0TrigInp
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more