[−][src]Enum lpc55_pac::plu::lut::lut_inp_mux::LUTN_INPX_A
pub enum LUTN_INPX_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, }
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.
Value on reset: 0
Variants
0: The PLU primary inputs 0.
1: The PLU primary inputs 1.
2: The PLU primary inputs 2.
3: The PLU primary inputs 3.
4: The PLU primary inputs 4.
5: The PLU primary inputs 5.
6: The output of LUT0.
7: The output of LUT1.
8: The output of LUT2.
9: The output of LUT3.
10: The output of LUT4.
11: The output of LUT5.
12: The output of LUT6.
13: The output of LUT7.
14: The output of LUT8.
15: The output of LUT9.
16: The output of LUT10.
17: The output of LUT11.
18: The output of LUT12.
19: The output of LUT13.
20: The output of LUT14.
21: The output of LUT15.
22: The output of LUT16.
23: The output of LUT17.
24: The output of LUT18.
25: The output of LUT19.
26: The output of LUT20.
27: The output of LUT21.
28: The output of LUT22.
29: The output of LUT23.
30: The output of LUT24.
31: The output of LUT25.
32: state(0).
33: state(1).
34: state(2).
35: state(3).
Trait Implementations
impl Clone for LUTN_INPX_A
[src][+]
impl Copy for LUTN_INPX_A
[src]
impl Debug for LUTN_INPX_A
[src][+]
impl From<LUTN_INPX_A> for u8
[src][+]
impl PartialEq<LUTN_INPX_A> for LUTN_INPX_A
[src][+]
impl StructuralPartialEq for LUTN_INPX_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,