[−][src]Enum lpc55_pac::plu::output_mux::OUTPUTN_A
pub enum OUTPUTN_A { 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, }
Selects the source to be connected to PLU Output 0.
Value on reset: 0
Variants
0: The PLU output 0.
1: The PLU output 1.
2: The PLU output 2.
3: The PLU output 3.
4: The PLU output 4.
5: The PLU output 5.
6: The PLU output 6.
7: The PLU output 7.
8: The PLU output 8.
9: The PLU output 9.
10: The PLU output 10.
11: The PLU output 11.
12: The PLU output 12.
13: The PLU output 13.
14: The PLU output 14.
15: The PLU output 15.
16: The PLU output 16.
17: The PLU output 17.
18: The PLU output 18.
19: The PLU output 19.
20: The PLU output 20.
21: The PLU output 21.
22: The PLU output 22.
23: The PLU output 23.
24: The PLU output 24.
25: The PLU output 25.
26: state(0).
27: state(1).
28: state(2).
29: state(3).
Trait Implementations
impl Clone for OUTPUTN_A
[src][+]
impl Copy for OUTPUTN_A
[src]
impl Debug for OUTPUTN_A
[src][+]
impl From<OUTPUTN_A> for u8
[src][+]
impl PartialEq<OUTPUTN_A> for OUTPUTN_A
[src][+]
impl StructuralPartialEq for OUTPUTN_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>,