[][src]Enum imxrt1062_semc::mcr::DQSSEL_A

pub enum DQSSEL_A {
    DQSSEL_0,
    DQSSEL_1,
}

Select DQS source when DQSMD and DLLSEL both set.

Value on reset: 0

Variants

DQSSEL_0

0: SDRAM/NOR/SRAM read clock source is from DQS pad in synchronous mode.

DQSSEL_1

1: SDRAM/NOR/SRAM read clock source is from DLL delay chain in synchronous mode.

Trait Implementations

impl Clone for DQSSEL_A[src]

impl Copy for DQSSEL_A[src]

impl Debug for DQSSEL_A[src]

impl From<DQSSEL_A> for bool[src]

impl PartialEq<DQSSEL_A> for DQSSEL_A[src]

impl StructuralPartialEq for DQSSEL_A[src]

Auto Trait Implementations

impl Send for DQSSEL_A

impl Sync for DQSSEL_A

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