[][src]Enum lpc55_pac::sysctl::fcctrlsel::DATAOUTSEL_A

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

Selects the source for DATA output from this Flexcomm.

Value on reset: 0

Variants

ORIG_FLEX_I2S_SIGNALS

0: Selects the dedicated FCn_RXD_SDA_MOSI_DATA output from this Flexcomm.

SHARED_SET0_I2S_SIGNALS

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

SHARED_SET1_I2S_SIGNALS

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

Trait Implementations

impl Clone for DATAOUTSEL_A[src]

impl Copy for DATAOUTSEL_A[src]

impl Debug for DATAOUTSEL_A[src]

impl From<DATAOUTSEL_A> for u8[src]

impl PartialEq<DATAOUTSEL_A> for DATAOUTSEL_A[src]

impl StructuralPartialEq for DATAOUTSEL_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, 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.