[][src]Enum lpc55s6x_pac::sysctl::fcctrlsel::SCKINSEL_A

#[repr(u8)]
pub enum SCKINSEL_A {
    ORIG_FLEX_I2S_SIGNALS,
    SHARED_SET0_I2S_SIGNALS,
    SHARED_SET1_I2S_SIGNALS,
}

Selects the source for SCK going into this Flexcomm.

Value on reset: 0

Variants

ORIG_FLEX_I2S_SIGNALS

0: Selects the dedicated FCn_SCK function for this Flexcomm.

SHARED_SET0_I2S_SIGNALS

1: SCK is taken from shared signal set 0 (defined by SHAREDCTRLSET0).

SHARED_SET1_I2S_SIGNALS

2: SCK is taken from shared signal set 1 (defined by SHAREDCTRLSET1).

Trait Implementations

impl Clone for SCKINSEL_A[src]

impl Copy for SCKINSEL_A[src]

impl Debug for SCKINSEL_A[src]

impl From<SCKINSEL_A> for u8[src]

impl PartialEq<SCKINSEL_A> for SCKINSEL_A[src]

impl StructuralPartialEq for SCKINSEL_A[src]

Auto Trait Implementations

impl Send for SCKINSEL_A

impl Sync for SCKINSEL_A

impl Unpin for SCKINSEL_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.