[−][src]Enum lpc55s6x_pac::plu::lut::lut_inp::LUT_INPR
Possible values of the field LUT_INP
Variants
PLU_INPUTS0The PLU primary inputs 0.
PLU_INPUTS1The PLU primary inputs 1.
PLU_INPUTS2The PLU primary inputs 2.
PLU_INPUTS3The PLU primary inputs 3.
PLU_INPUTS4The PLU primary inputs 4.
PLU_INPUTS5The PLU primary inputs 5.
LUT_OUTPUTS0The output of LUT0.
LUT_OUTPUTS1The output of LUT1.
LUT_OUTPUTS2The output of LUT2.
LUT_OUTPUTS3The output of LUT3.
LUT_OUTPUTS4The output of LUT4.
LUT_OUTPUTS5The output of LUT5.
LUT_OUTPUTS6The output of LUT6.
LUT_OUTPUTS7The output of LUT7.
LUT_OUTPUTS8The output of LUT8.
LUT_OUTPUTS9The output of LUT9.
LUT_OUTPUTS10The output of LUT10.
LUT_OUTPUTS11The output of LUT11.
LUT_OUTPUTS12The output of LUT12.
LUT_OUTPUTS13The output of LUT13.
LUT_OUTPUTS14The output of LUT14.
LUT_OUTPUTS15The output of LUT15.
LUT_OUTPUTS16The output of LUT16.
LUT_OUTPUTS17The output of LUT17.
LUT_OUTPUTS18The output of LUT18.
LUT_OUTPUTS19The output of LUT19.
LUT_OUTPUTS20The output of LUT20.
LUT_OUTPUTS21The output of LUT21.
LUT_OUTPUTS22The output of LUT22.
LUT_OUTPUTS23The output of LUT23.
LUT_OUTPUTS24The output of LUT24.
LUT_OUTPUTS25The output of LUT25.
STATE0state(0).
STATE1state(1).
STATE2state(2).
STATE3state(3).
_Reserved(u8)Reserved
Methods
impl LUT_INPR[src][−]
pub fn bits(&self) -> u8[src][−]
Value of the field as raw bits
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
Trait Implementations
impl PartialEq<LUT_INPR> for LUT_INPR[src][+]
impl Copy for LUT_INPR[src]
impl Debug for LUT_INPR[src][+]
impl Clone for LUT_INPR[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self