[][src]Struct lpc55s6x_pac::inputmux::dma1_itrig_inmux::_INPW

pub struct _INPW<'a> { /* fields omitted */ }
[]

Proxy

Methods

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

pub fn variant(self, variant: INPW) -> &'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 _INPW<'a>

impl<'a> Sync for _INPW<'a>

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src][+]

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.

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

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

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

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

type Output = T

Should always be Self