[−][src]Enum lpc55s6x_pac::inputmux::timer1captsel::CAPTSELW
Values that can be written to the field CAPTSEL
Variants
VAL0CT_INP0 function selected from IOCON register
VAL1CT_INP1 function selected from IOCON register
VAL2CT_INP2 function selected from IOCON register
VAL3CT_INP3 function selected from IOCON register
VAL4CT_INP4 function selected from IOCON register
VAL5CT_INP5 function selected from IOCON register
VAL6CT_INP6 function selected from IOCON register
VAL7CT_INP7 function selected from IOCON register
VAL8CT_INP8 function selected from IOCON register
VAL9CT_INP9 function selected from IOCON register
VAL10CT_INP10 function selected from IOCON register
VAL11CT_INP11 function selected from IOCON register
VAL12CT_INP12 function selected from IOCON register
VAL13CT_INP13 function selected from IOCON register
VAL14CT_INP14 function selected from IOCON register
VAL15CT_INP15 function selected from IOCON register
VAL16CT_INP16 function selected from IOCON register
VAL17CT_INP17 function selected from IOCON register
VAL18CT_INP18 function selected from IOCON register
VAL19CT_INP19 function selected from IOCON register
VAL20USB0_FRAME_TOGGLE
VAL21USB1_FRAME_TOGGLE
VAL22COMP_OUTPUT output from analog comparator
VAL23I2S_SHARED_WS[0] output from I2S pin sharing
VAL24I2S_SHARED_WS[1] output from I2S pin sharing
VAL25None
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
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