[][src]Enum lpc55s6x_pac::sysctl::sharedctrlset::SHAREDSCKSEL_A

#[repr(u8)]
pub enum SHAREDSCKSEL_A {
    FLEXCOMM0,
    FLEXCOMM1,
    FLEXCOMM2,
    FLEXCOMM3,
    FLEXCOMM4,
    FLEXCOMM5,
    FLEXCOMM6,
    FLEXCOMM7,
}

Selects the source for SCK of this shared signal set.

Value on reset: 0

Variants

FLEXCOMM0

0: SCK for this shared signal set comes from Flexcomm 0.

FLEXCOMM1

1: SCK for this shared signal set comes from Flexcomm 1.

FLEXCOMM2

2: SCK for this shared signal set comes from Flexcomm 2.

FLEXCOMM3

3: SCK for this shared signal set comes from Flexcomm 3.

FLEXCOMM4

4: SCK for this shared signal set comes from Flexcomm 4.

FLEXCOMM5

5: SCK for this shared signal set comes from Flexcomm 5.

FLEXCOMM6

6: SCK for this shared signal set comes from Flexcomm 6.

FLEXCOMM7

7: SCK for this shared signal set comes from Flexcomm 7.

Trait Implementations

impl Clone for SHAREDSCKSEL_A[src]

impl Copy for SHAREDSCKSEL_A[src]

impl Debug for SHAREDSCKSEL_A[src]

impl From<SHAREDSCKSEL_A> for u8[src]

impl PartialEq<SHAREDSCKSEL_A> for SHAREDSCKSEL_A[src]

impl StructuralPartialEq for SHAREDSCKSEL_A[src]

Auto Trait Implementations

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.