[][src]Struct lpc55_pac::inputmux::dma1_itrig_inmux::INP_W

pub struct INP_W<'a> { /* fields omitted */ }

Write proxy for field INP

Implementations

impl<'a> INP_W<'a>[src]

pub fn variant(self, variant: INP_A) -> &'a mut W[src]

Writes variant to the field

pub fn val0(self) -> &'a mut W[src]

Pin interrupt 0

pub fn val1(self) -> &'a mut W[src]

Pin interrupt 1

pub fn val2(self) -> &'a mut W[src]

Pin interrupt 2

pub fn val3(self) -> &'a mut W[src]

Pin interrupt 3

pub fn val4(self) -> &'a mut W[src]

Timer CTIMER0 Match 0

pub fn val5(self) -> &'a mut W[src]

Timer CTIMER0 Match 1

pub fn val6(self) -> &'a mut W[src]

Timer CTIMER2 Match 0

pub fn val7(self) -> &'a mut W[src]

Timer CTIMER4 Match 0

pub fn val8(self) -> &'a mut W[src]

DMA1 output trigger mux 0

pub fn val9(self) -> &'a mut W[src]

DMA1 output trigger mux 1

pub fn val10(self) -> &'a mut W[src]

DMA1 output trigger mux 2

pub fn val11(self) -> &'a mut W[src]

DMA1 output trigger mux 3

pub fn val12(self) -> &'a mut W[src]

SCT0 DMA request 0

pub fn val13(self) -> &'a mut W[src]

SCT0 DMA request 1

pub fn val14(self) -> &'a mut W[src]

HASH DMA RX trigger

pub fn val15(self) -> &'a mut W[src]

None

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for INP_W<'a>[src]

impl<'a> !Sync for INP_W<'a>[src]

impl<'a> Unpin for INP_W<'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.