[][src]Struct lpc55s6x_pac::inputmux::timer0captsel::_CAPTSELW

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

Proxy

Methods

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

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

Writes variant to the field

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

CT_INP0 function selected from IOCON register

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

CT_INP1 function selected from IOCON register

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

CT_INP2 function selected from IOCON register

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

CT_INP3 function selected from IOCON register

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

CT_INP4 function selected from IOCON register

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

CT_INP5 function selected from IOCON register

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

CT_INP6 function selected from IOCON register

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

CT_INP7 function selected from IOCON register

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

CT_INP8 function selected from IOCON register

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

CT_INP9 function selected from IOCON register

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

CT_INP10 function selected from IOCON register

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

CT_INP11 function selected from IOCON register

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

CT_INP12 function selected from IOCON register

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

CT_INP13 function selected from IOCON register

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

CT_INP14 function selected from IOCON register

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

CT_INP15 function selected from IOCON register

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

CT_INP16 function selected from IOCON register

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

CT_INP17 function selected from IOCON register

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

CT_INP18 function selected from IOCON register

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

CT_INP19 function selected from IOCON register

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

USB0_FRAME_TOGGLE

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

USB1_FRAME_TOGGLE

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

COMP_OUTPUT output from analog comparator

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

I2S_SHARED_WS[0] output from I2S pin sharing

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

I2S_SHARED_WS[1] output from I2S pin sharing

pub fn val25(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 _CAPTSELW<'a>

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