nxp-pac

Crates

git

Versions

lpc55s69_cm33_core0

Flavors

LutnInpx

Enum LutnInpx 

Source
#[repr(u8)]
pub enum LutnInpx {
Show 64 variants PLU_INPUTS0 = 0, PLU_INPUTS1 = 1, PLU_INPUTS2 = 2, PLU_INPUTS3 = 3, PLU_INPUTS4 = 4, PLU_INPUTS5 = 5, LUT_OUTPUTS0 = 6, LUT_OUTPUTS1 = 7, LUT_OUTPUTS2 = 8, LUT_OUTPUTS3 = 9, LUT_OUTPUTS4 = 10, LUT_OUTPUTS5 = 11, LUT_OUTPUTS6 = 12, LUT_OUTPUTS7 = 13, LUT_OUTPUTS8 = 14, LUT_OUTPUTS9 = 15, LUT_OUTPUTS10 = 16, LUT_OUTPUTS11 = 17, LUT_OUTPUTS12 = 18, LUT_OUTPUTS13 = 19, LUT_OUTPUTS14 = 20, LUT_OUTPUTS15 = 21, LUT_OUTPUTS16 = 22, LUT_OUTPUTS17 = 23, LUT_OUTPUTS18 = 24, LUT_OUTPUTS19 = 25, LUT_OUTPUTS20 = 26, LUT_OUTPUTS21 = 27, LUT_OUTPUTS22 = 28, LUT_OUTPUTS23 = 29, LUT_OUTPUTS24 = 30, LUT_OUTPUTS25 = 31, STATE0 = 32, STATE1 = 33, STATE2 = 34, STATE3 = 35, _RESERVED_24 = 36, _RESERVED_25 = 37, _RESERVED_26 = 38, _RESERVED_27 = 39, _RESERVED_28 = 40, _RESERVED_29 = 41, _RESERVED_2a = 42, _RESERVED_2b = 43, _RESERVED_2c = 44, _RESERVED_2d = 45, _RESERVED_2e = 46, _RESERVED_2f = 47, _RESERVED_30 = 48, _RESERVED_31 = 49, _RESERVED_32 = 50, _RESERVED_33 = 51, _RESERVED_34 = 52, _RESERVED_35 = 53, _RESERVED_36 = 54, _RESERVED_37 = 55, _RESERVED_38 = 56, _RESERVED_39 = 57, _RESERVED_3a = 58, _RESERVED_3b = 59, _RESERVED_3c = 60, _RESERVED_3d = 61, _RESERVED_3e = 62, _RESERVED_3f = 63,
}

Variants§

§

PLU_INPUTS0 = 0

The PLU primary inputs 0.

§

PLU_INPUTS1 = 1

The PLU primary inputs 1.

§

PLU_INPUTS2 = 2

The PLU primary inputs 2.

§

PLU_INPUTS3 = 3

The PLU primary inputs 3.

§

PLU_INPUTS4 = 4

The PLU primary inputs 4.

§

PLU_INPUTS5 = 5

The PLU primary inputs 5.

§

LUT_OUTPUTS0 = 6

The output of LUT0.

§

LUT_OUTPUTS1 = 7

The output of LUT1.

§

LUT_OUTPUTS2 = 8

The output of LUT2.

§

LUT_OUTPUTS3 = 9

The output of LUT3.

§

LUT_OUTPUTS4 = 10

The output of LUT4.

§

LUT_OUTPUTS5 = 11

The output of LUT5.

§

LUT_OUTPUTS6 = 12

The output of LUT6.

§

LUT_OUTPUTS7 = 13

The output of LUT7.

§

LUT_OUTPUTS8 = 14

The output of LUT8.

§

LUT_OUTPUTS9 = 15

The output of LUT9.

§

LUT_OUTPUTS10 = 16

The output of LUT10.

§

LUT_OUTPUTS11 = 17

The output of LUT11.

§

LUT_OUTPUTS12 = 18

The output of LUT12.

§

LUT_OUTPUTS13 = 19

The output of LUT13.

§

LUT_OUTPUTS14 = 20

The output of LUT14.

§

LUT_OUTPUTS15 = 21

The output of LUT15.

§

LUT_OUTPUTS16 = 22

The output of LUT16.

§

LUT_OUTPUTS17 = 23

The output of LUT17.

§

LUT_OUTPUTS18 = 24

The output of LUT18.

§

LUT_OUTPUTS19 = 25

The output of LUT19.

§

LUT_OUTPUTS20 = 26

The output of LUT20.

§

LUT_OUTPUTS21 = 27

The output of LUT21.

§

LUT_OUTPUTS22 = 28

The output of LUT22.

§

LUT_OUTPUTS23 = 29

The output of LUT23.

§

LUT_OUTPUTS24 = 30

The output of LUT24.

§

LUT_OUTPUTS25 = 31

The output of LUT25.

§

STATE0 = 32

state(0).

§

STATE1 = 33

state(1).

§

STATE2 = 34

state(2).

§

STATE3 = 35

state(3).

§

_RESERVED_24 = 36

§

_RESERVED_25 = 37

§

_RESERVED_26 = 38

§

_RESERVED_27 = 39

§

_RESERVED_28 = 40

§

_RESERVED_29 = 41

§

_RESERVED_2a = 42

§

_RESERVED_2b = 43

§

_RESERVED_2c = 44

§

_RESERVED_2d = 45

§

_RESERVED_2e = 46

§

_RESERVED_2f = 47

§

_RESERVED_30 = 48

§

_RESERVED_31 = 49

§

_RESERVED_32 = 50

§

_RESERVED_33 = 51

§

_RESERVED_34 = 52

§

_RESERVED_35 = 53

§

_RESERVED_36 = 54

§

_RESERVED_37 = 55

§

_RESERVED_38 = 56

§

_RESERVED_39 = 57

§

_RESERVED_3a = 58

§

_RESERVED_3b = 59

§

_RESERVED_3c = 60

§

_RESERVED_3d = 61

§

_RESERVED_3e = 62

§

_RESERVED_3f = 63

Implementations§

Source§

impl LutnInpx

Source

pub const fn from_bits(val: u8) -> LutnInpx

Source

pub const fn to_bits(self) -> u8

Trait Implementations§

Source§

impl Clone for LutnInpx

Source§

fn clone(&self) -> LutnInpx

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for LutnInpx

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<LutnInpx> for u8

Source§

fn from(val: LutnInpx) -> u8

Converts to this type from the input type.
Source§

impl From<u8> for LutnInpx

Source§

fn from(val: u8) -> LutnInpx

Converts to this type from the input type.
Source§

impl Ord for LutnInpx

Source§

fn cmp(&self, other: &LutnInpx) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for LutnInpx

Source§

fn eq(&self, other: &LutnInpx) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for LutnInpx

Source§

fn partial_cmp(&self, other: &LutnInpx) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Copy for LutnInpx

Source§

impl Eq for LutnInpx

Source§

impl StructuralPartialEq for LutnInpx

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.