[][src]Enum lpc55s6x_pac::plu::output_mux::OUTPUTNW

pub enum OUTPUTNW {
    PLU_OUTPUT0,
    PLU_OUTPUT1,
    PLU_OUTPUT2,
    PLU_OUTPUT3,
    PLU_OUTPUT4,
    PLU_OUTPUT5,
    PLU_OUTPUT6,
    PLU_OUTPUT7,
    PLU_OUTPUT8,
    PLU_OUTPUT9,
    PLU_OUTPUT10,
    PLU_OUTPUT11,
    PLU_OUTPUT12,
    PLU_OUTPUT13,
    PLU_OUTPUT14,
    PLU_OUTPUT15,
    PLU_OUTPUT16,
    PLU_OUTPUT17,
    PLU_OUTPUT18,
    PLU_OUTPUT19,
    PLU_OUTPUT20,
    PLU_OUTPUT21,
    PLU_OUTPUT22,
    PLU_OUTPUT23,
    PLU_OUTPUT24,
    PLU_OUTPUT25,
    STATE0,
    STATE1,
    STATE2,
    STATE3,
}
[]

Values that can be written to the field OUTPUTn

Variants

PLU_OUTPUT0
[]

The PLU output 0.

PLU_OUTPUT1
[]

The PLU output 1.

PLU_OUTPUT2
[]

The PLU output 2.

PLU_OUTPUT3
[]

The PLU output 3.

PLU_OUTPUT4
[]

The PLU output 4.

PLU_OUTPUT5
[]

The PLU output 5.

PLU_OUTPUT6
[]

The PLU output 6.

PLU_OUTPUT7
[]

The PLU output 7.

PLU_OUTPUT8
[]

The PLU output 8.

PLU_OUTPUT9
[]

The PLU output 9.

PLU_OUTPUT10
[]

The PLU output 10.

PLU_OUTPUT11
[]

The PLU output 11.

PLU_OUTPUT12
[]

The PLU output 12.

PLU_OUTPUT13
[]

The PLU output 13.

PLU_OUTPUT14
[]

The PLU output 14.

PLU_OUTPUT15
[]

The PLU output 15.

PLU_OUTPUT16
[]

The PLU output 16.

PLU_OUTPUT17
[]

The PLU output 17.

PLU_OUTPUT18
[]

The PLU output 18.

PLU_OUTPUT19
[]

The PLU output 19.

PLU_OUTPUT20
[]

The PLU output 20.

PLU_OUTPUT21
[]

The PLU output 21.

PLU_OUTPUT22
[]

The PLU output 22.

PLU_OUTPUT23
[]

The PLU output 23.

PLU_OUTPUT24
[]

The PLU output 24.

PLU_OUTPUT25
[]

The PLU output 25.

STATE0
[]

state(0).

STATE1
[]

state(1).

STATE2
[]

state(2).

STATE3
[]

state(3).

Auto Trait Implementations

impl Send for OUTPUTNW

impl Sync for OUTPUTNW

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