[][src]Enum lpc55s6x_pac::plu::lut::lut_inp::LUT_INP_A

pub enum LUT_INP_A {
    PLU_INPUTS0,
    PLU_INPUTS1,
    PLU_INPUTS2,
    PLU_INPUTS3,
    PLU_INPUTS4,
    PLU_INPUTS5,
    LUT_OUTPUTS0,
    LUT_OUTPUTS1,
    LUT_OUTPUTS2,
    LUT_OUTPUTS3,
    LUT_OUTPUTS4,
    LUT_OUTPUTS5,
    LUT_OUTPUTS6,
    LUT_OUTPUTS7,
    LUT_OUTPUTS8,
    LUT_OUTPUTS9,
    LUT_OUTPUTS10,
    LUT_OUTPUTS11,
    LUT_OUTPUTS12,
    LUT_OUTPUTS13,
    LUT_OUTPUTS14,
    LUT_OUTPUTS15,
    LUT_OUTPUTS16,
    LUT_OUTPUTS17,
    LUT_OUTPUTS18,
    LUT_OUTPUTS19,
    LUT_OUTPUTS20,
    LUT_OUTPUTS21,
    LUT_OUTPUTS22,
    LUT_OUTPUTS23,
    LUT_OUTPUTS24,
    LUT_OUTPUTS25,
    STATE0,
    STATE1,
    STATE2,
    STATE3,
}

Possible values of the field LUT_INP

Variants

PLU_INPUTS0

The PLU primary inputs 0.

PLU_INPUTS1

The PLU primary inputs 1.

PLU_INPUTS2

The PLU primary inputs 2.

PLU_INPUTS3

The PLU primary inputs 3.

PLU_INPUTS4

The PLU primary inputs 4.

PLU_INPUTS5

The PLU primary inputs 5.

LUT_OUTPUTS0

The output of LUT0.

LUT_OUTPUTS1

The output of LUT1.

LUT_OUTPUTS2

The output of LUT2.

LUT_OUTPUTS3

The output of LUT3.

LUT_OUTPUTS4

The output of LUT4.

LUT_OUTPUTS5

The output of LUT5.

LUT_OUTPUTS6

The output of LUT6.

LUT_OUTPUTS7

The output of LUT7.

LUT_OUTPUTS8

The output of LUT8.

LUT_OUTPUTS9

The output of LUT9.

LUT_OUTPUTS10

The output of LUT10.

LUT_OUTPUTS11

The output of LUT11.

LUT_OUTPUTS12

The output of LUT12.

LUT_OUTPUTS13

The output of LUT13.

LUT_OUTPUTS14

The output of LUT14.

LUT_OUTPUTS15

The output of LUT15.

LUT_OUTPUTS16

The output of LUT16.

LUT_OUTPUTS17

The output of LUT17.

LUT_OUTPUTS18

The output of LUT18.

LUT_OUTPUTS19

The output of LUT19.

LUT_OUTPUTS20

The output of LUT20.

LUT_OUTPUTS21

The output of LUT21.

LUT_OUTPUTS22

The output of LUT22.

LUT_OUTPUTS23

The output of LUT23.

LUT_OUTPUTS24

The output of LUT24.

LUT_OUTPUTS25

The output of LUT25.

STATE0

state(0).

STATE1

state(1).

STATE2

state(2).

STATE3

state(3).

Trait Implementations

impl Debug for LUT_INP_A[src]

impl PartialEq<LUT_INP_A> for LUT_INP_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for LUT_INP_A[src]

impl From<LUT_INP_A> for u8[src]

impl Clone for LUT_INP_A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for LUT_INP_A

impl Sync for LUT_INP_A

impl Send for LUT_INP_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