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

pub struct LUTN_INPX_R(_);

Field LUTn_INPx reader - 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 LUTN_INPX_R[src]

pub fn variant(&self) -> Option<LUTN_INPX_A>[src]

Get enumerated values variant

pub fn is_plu_inputs0(&self) -> bool[src]

Checks if the value of the field is PLU_INPUTS0

pub fn is_plu_inputs1(&self) -> bool[src]

Checks if the value of the field is PLU_INPUTS1

pub fn is_plu_inputs2(&self) -> bool[src]

Checks if the value of the field is PLU_INPUTS2

pub fn is_plu_inputs3(&self) -> bool[src]

Checks if the value of the field is PLU_INPUTS3

pub fn is_plu_inputs4(&self) -> bool[src]

Checks if the value of the field is PLU_INPUTS4

pub fn is_plu_inputs5(&self) -> bool[src]

Checks if the value of the field is PLU_INPUTS5

pub fn is_lut_outputs0(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS0

pub fn is_lut_outputs1(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS1

pub fn is_lut_outputs2(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS2

pub fn is_lut_outputs3(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS3

pub fn is_lut_outputs4(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS4

pub fn is_lut_outputs5(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS5

pub fn is_lut_outputs6(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS6

pub fn is_lut_outputs7(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS7

pub fn is_lut_outputs8(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS8

pub fn is_lut_outputs9(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS9

pub fn is_lut_outputs10(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS10

pub fn is_lut_outputs11(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS11

pub fn is_lut_outputs12(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS12

pub fn is_lut_outputs13(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS13

pub fn is_lut_outputs14(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS14

pub fn is_lut_outputs15(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS15

pub fn is_lut_outputs16(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS16

pub fn is_lut_outputs17(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS17

pub fn is_lut_outputs18(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS18

pub fn is_lut_outputs19(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS19

pub fn is_lut_outputs20(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS20

pub fn is_lut_outputs21(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS21

pub fn is_lut_outputs22(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS22

pub fn is_lut_outputs23(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS23

pub fn is_lut_outputs24(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS24

pub fn is_lut_outputs25(&self) -> bool[src]

Checks if the value of the field is LUT_OUTPUTS25

pub fn is_state0(&self) -> bool[src]

Checks if the value of the field is STATE0

pub fn is_state1(&self) -> bool[src]

Checks if the value of the field is STATE1

pub fn is_state2(&self) -> bool[src]

Checks if the value of the field is STATE2

pub fn is_state3(&self) -> bool[src]

Checks if the value of the field is STATE3

Methods from Deref<Target = FieldReader<u8, LUTN_INPX_A>>

pub fn bits(&self) -> U[src]

Reads raw bits from field.

pub fn bit(&self) -> bool[src]

Value of the field as raw bits.

pub fn bit_is_clear(&self) -> bool[src]

Returns true if the bit is clear (0).

pub fn bit_is_set(&self) -> bool[src]

Returns true if the bit is set (1).

Trait Implementations

impl Deref for LUTN_INPX_R[src]

type Target = FieldReader<u8, LUTN_INPX_A>

The resulting type after dereferencing.

Auto Trait Implementations

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.