[][src]Struct lpc55s6x_pac::inputmux::sct0_inmux::_INP_NW

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

Proxy

Methods

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

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

Writes variant to the field

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

SCT_GPI0 function selected from IOCON register

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

SCT_GPI1 function selected from IOCON register

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

SCT_GPI2 function selected from IOCON register

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

SCT_GPI3 function selected from IOCON register

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

SCT_GPI4 function selected from IOCON register

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

SCT_GPI5 function selected from IOCON register

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

SCT_GPI6 function selected from IOCON register

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

SCT_GPI7 function selected from IOCON register

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

T0_OUT0 ctimer 0 match[0] output

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

T1_OUT0 ctimer 1 match[0] output

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

T2_OUT0 ctimer 2 match[0] output

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

T3_OUT0 ctimer 3 match[0] output

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

T4_OUT0 ctimer 4 match[0] output

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

ADC_IRQ interrupt request from ADC

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

GPIOINT_BMATCH

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

USB0_FRAME_TOGGLE

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

USB1_FRAME_TOGGLE

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

COMP_OUTPUT output from analog comparator

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

I2S_SHARED_SCK[0] output from I2S pin sharing

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

I2S_SHARED_SCK[1] output from I2S pin sharing

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

I2S_SHARED_WS[0] output from I2S pin sharing

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

I2S_SHARED_WS[1] output from I2S pin sharing

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

ARM_TXEV interrupt event from cpu0 or cpu1

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

DEBUG_HALTED from cpu0 or cpu1

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

None

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _INP_NW<'a>

impl<'a> Sync for _INP_NW<'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