[−][src]Enum lpc55s6x_pac::inputmux::dma0_itrig_inmux::INPW
Values that can be written to the field INP
Variants
VAL0
Pin interrupt 0
VAL1
Pin interrupt 1
VAL2
Pin interrupt 2
VAL3
Pin interrupt 3
VAL4
Timer CTIMER0 Match 0
VAL5
Timer CTIMER0 Match 1
VAL6
Timer CTIMER1 Match 0
VAL7
Timer CTIMER1 Match 1
VAL8
Timer CTIMER2 Match 0
VAL9
Timer CTIMER2 Match 1
VAL10
Timer CTIMER3 Match 0
VAL11
Timer CTIMER3 Match 1
VAL12
Timer CTIMER4 Match 0
VAL13
Timer CTIMER4 Match 1
VAL14
COMP_OUTPUT
VAL15
DMA0 output trigger mux 0
VAL16
DMA0 output trigger mux 1
VAL17
DMA0 output trigger mux 1
VAL18
DMA0 output trigger mux 3
VAL19
SCT0 DMA request 0
VAL20
SCT0 DMA request 1
VAL21
HASH DMA RX trigger
VAL22
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>,
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