[][src]Enum lpc55_pac::inputmux::dma1_itrig_inmux::INP_A

#[repr(u8)]pub enum INP_A {
    VAL0,
    VAL1,
    VAL2,
    VAL3,
    VAL4,
    VAL5,
    VAL6,
    VAL7,
    VAL8,
    VAL9,
    VAL10,
    VAL11,
    VAL12,
    VAL13,
    VAL14,
    VAL15,
}

Trigger input number (decimal value) for DMA channel n (n = 0 to 9).

Value on reset: 15

Variants

VAL0

0: Pin interrupt 0

VAL1

1: Pin interrupt 1

VAL2

2: Pin interrupt 2

VAL3

3: Pin interrupt 3

VAL4

4: Timer CTIMER0 Match 0

VAL5

5: Timer CTIMER0 Match 1

VAL6

6: Timer CTIMER2 Match 0

VAL7

7: Timer CTIMER4 Match 0

VAL8

8: DMA1 output trigger mux 0

VAL9

9: DMA1 output trigger mux 1

VAL10

10: DMA1 output trigger mux 2

VAL11

11: DMA1 output trigger mux 3

VAL12

12: SCT0 DMA request 0

VAL13

13: SCT0 DMA request 1

VAL14

14: HASH DMA RX trigger

VAL15

15: None

Trait Implementations

impl Clone for INP_A[src]

impl Copy for INP_A[src]

impl Debug for INP_A[src]

impl From<INP_A> for u8[src]

impl PartialEq<INP_A> for INP_A[src]

impl StructuralPartialEq for INP_A[src]

Auto Trait Implementations

impl Send for INP_A[src]

impl Sync for INP_A[src]

impl Unpin for INP_A[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.