[][src]Struct lpc55s6x_pac::plu::lut::lut_inp::LUT_INP_W

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

Write proxy for field LUT_INP

Methods

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

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

Writes variant to the field

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

The PLU primary inputs 0.

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

The PLU primary inputs 1.

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

The PLU primary inputs 2.

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

The PLU primary inputs 3.

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

The PLU primary inputs 4.

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

The PLU primary inputs 5.

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

The output of LUT0.

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

The output of LUT1.

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

The output of LUT2.

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

The output of LUT3.

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

The output of LUT4.

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

The output of LUT5.

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

The output of LUT6.

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

The output of LUT7.

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

The output of LUT8.

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

The output of LUT9.

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

The output of LUT10.

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

The output of LUT11.

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

The output of LUT12.

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

The output of LUT13.

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

The output of LUT14.

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

The output of LUT15.

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

The output of LUT16.

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

The output of LUT17.

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

The output of LUT18.

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

The output of LUT19.

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

The output of LUT20.

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

The output of LUT21.

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

The output of LUT22.

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

The output of LUT23.

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

The output of LUT24.

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

The output of LUT25.

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

state(0).

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

state(1).

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

state(2).

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

state(3).

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for LUT_INP_W<'a>

impl<'a> Send for LUT_INP_W<'a>

impl<'a> !Sync for LUT_INP_W<'a>

Blanket Implementations

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> From<T> for 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

type Output = T

Should always be Self