Struct lpc55_pac::plu::lut::lut_inp_mux::LUTN_INPX_W[][src]

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

Field LUTn_INPx writer - Selects the input source to be connected to LUT0 input0. For each LUT, the slot associated with the output from LUTn itself is tied low.

Implementations

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

pub fn variant(self, variant: LUTN_INPX_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> Send for LUTN_INPX_W<'a>

impl<'a> Sync for LUTN_INPX_W<'a>

impl<'a> Unpin for LUTN_INPX_W<'a>

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.