[][src]Enum lpc54606_pac::pint::pmsrc::SRC0_A

#[repr(u8)]pub enum SRC0_A {
    INPUT0,
    INPUT1,
    INPUT2,
    INPUT3,
    INPUT4,
    INPUT5,
    INPUT6,
    INPUT7,
}

Selects the input source for bit slice 0

Value on reset: 0

Variants

INPUT0

0: Input 0. Selects the pin selected in the PINTSEL0 register as the source to bit slice 0.

INPUT1

1: Input 1. Selects the pin selected in the PINTSEL1 register as the source to bit slice 0.

INPUT2

2: Input 2. Selects the pin selected in the PINTSEL2 register as the source to bit slice 0.

INPUT3

3: Input 3. Selects the pin selected in the PINTSEL3 register as the source to bit slice 0.

INPUT4

4: Input 4. Selects the pin selected in the PINTSEL4 register as the source to bit slice 0.

INPUT5

5: Input 5. Selects the pin selected in the PINTSEL5 register as the source to bit slice 0.

INPUT6

6: Input 6. Selects the pin selected in the PINTSEL6 register as the source to bit slice 0.

INPUT7

7: Input 7. Selects the pin selected in the PINTSEL7 register as the source to bit slice 0.

Trait Implementations

impl Clone for SRC0_A[src]

impl Copy for SRC0_A[src]

impl Debug for SRC0_A[src]

impl From<SRC0_A> for u8[src]

impl PartialEq<SRC0_A> for SRC0_A[src]

impl StructuralPartialEq for SRC0_A[src]

Auto Trait Implementations

impl Send for SRC0_A

impl Sync for SRC0_A

impl Unpin for SRC0_A

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> Same<T> for T

type Output = T

Should always be Self

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.