#[repr(u8)]pub enum EnetTrigInInp {
Show 32 variants
_RESERVED_0 = 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,
VAL13 = 13,
VAL14 = 14,
VAL15 = 15,
VAL16 = 16,
VAL17 = 17,
VAL18 = 18,
VAL19 = 19,
VAL20 = 20,
VAL21 = 21,
VAL22 = 22,
VAL23 = 23,
VAL24 = 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
VAL1 = 1
10BASE-T1S Rx Event Output is selected
VAL2 = 2
10BASE-T1S Tx Event Output is selected
VAL3 = 3
TRIG_IN0 input is selected
VAL4 = 4
TRIG_IN1 input is selected
VAL5 = 5
TRIG_IN2 input is selected
VAL6 = 6
TRIG_IN3 input is selected
VAL7 = 7
TRIG_IN4 input is selected
VAL8 = 8
TRIG_IN5 input is selected
VAL9 = 9
TRIG_IN6 input is selected
VAL10 = 10
TRIG_IN7 input is selected
VAL11 = 11
TRIG_IN8 input is selected
VAL12 = 12
TRIG_IN9 input is selected
VAL13 = 13
TRIG_IN10 input is selected
VAL14 = 14
TRIG_IN11 input is selected
VAL15 = 15
GPIO0 Pin Event Trig 0 input is selected
VAL16 = 16
GPIO1 Pin Event Trig 0 input is selected
VAL17 = 17
GPIO2 Pin Event Trig 0 input is selected
VAL18 = 18
GPIO3 Pin Event Trig 0 input is selected
VAL19 = 19
GPIO4 Pin Event Trig 0 input is selected
VAL20 = 20
GPIO0 Pin Event Trig 1 input is selected
VAL21 = 21
GPIO1 Pin Event Trig 1 input is selected
VAL22 = 22
GPIO2 Pin Event Trig 1 input is selected
VAL23 = 23
GPIO3 Pin Event Trig 1 input is selected
VAL24 = 24
GPIO4 Pin Event Trig 1 input is selected
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Source§impl EnetTrigInInp
impl EnetTrigInInp
Trait Implementations§
Source§impl Clone for EnetTrigInInp
impl Clone for EnetTrigInInp
Source§fn clone(&self) -> EnetTrigInInp
fn clone(&self) -> EnetTrigInInp
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more