[−][src]Enum lpc55s6x_pac::inputmux::timer2captsel::CAPTSELW
Values that can be written to the field CAPTSEL
Variants
VAL0
CT_INP0 function selected from IOCON register
VAL1
CT_INP1 function selected from IOCON register
VAL2
CT_INP2 function selected from IOCON register
VAL3
CT_INP3 function selected from IOCON register
VAL4
CT_INP4 function selected from IOCON register
VAL5
CT_INP5 function selected from IOCON register
VAL6
CT_INP6 function selected from IOCON register
VAL7
CT_INP7 function selected from IOCON register
VAL8
CT_INP8 function selected from IOCON register
VAL9
CT_INP9 function selected from IOCON register
VAL10
CT_INP10 function selected from IOCON register
VAL11
CT_INP11 function selected from IOCON register
VAL12
CT_INP12 function selected from IOCON register
VAL13
CT_INP13 function selected from IOCON register
VAL14
CT_INP14 function selected from IOCON register
VAL15
CT_INP15 function selected from IOCON register
VAL16
CT_INP16 function selected from IOCON register
VAL17
CT_INP17 function selected from IOCON register
VAL18
CT_INP18 function selected from IOCON register
VAL19
CT_INP19 function selected from IOCON register
VAL20
USB0_FRAME_TOGGLE
VAL21
USB1_FRAME_TOGGLE
VAL22
COMP_OUTPUT output from analog comparator
VAL23
I2S_SHARED_WS[0] output from I2S pin sharing
VAL24
I2S_SHARED_WS[1] output from I2S pin sharing
VAL25
None
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self