[−][src]Enum lpc55_pac::iocon::pio0_20::FUNC_A
pub enum FUNC_A { ALT0, ALT1, ALT2, ALT3, ALT4, ALT5, ALT6, ALT7, }
Selects pin function.
Value on reset: 0
Variants
0: Alternative connection 0.
1: Alternative connection 1.
2: Alternative connection 2.
3: Alternative connection 3.
4: Alternative connection 4.
5: Alternative connection 5.
6: Alternative connection 6.
7: Alternative connection 7.
Trait Implementations
impl Clone for FUNC_A
[src][+]
impl Copy for FUNC_A
[src]
impl Debug for FUNC_A
[src][+]
impl From<FUNC_A> for u8
[src][+]
impl PartialEq<FUNC_A> for FUNC_A
[src][+]
impl StructuralPartialEq for FUNC_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>,