[][src]Enum imxrt1062_usdhc1::prot_ctrl::RWCTL_A

pub enum RWCTL_A {
    RWCTL_0,
    RWCTL_1,
}

Read Wait Control

Value on reset: 0

Variants

RWCTL_0

0: Disable Read Wait Control, and stop SD Clock at block gap when SABGREQ bit is set

RWCTL_1

1: Enable Read Wait Control, and assert Read Wait without stopping SD Clock at block gap when SABGREQ bit is set

Trait Implementations

impl Clone for RWCTL_A[src]

impl Copy for RWCTL_A[src]

impl Debug for RWCTL_A[src]

impl From<RWCTL_A> for bool[src]

impl PartialEq<RWCTL_A> for RWCTL_A[src]

impl StructuralPartialEq for RWCTL_A[src]

Auto Trait Implementations

impl Send for RWCTL_A

impl Sync for RWCTL_A

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