[][src]Enum imxrt1062_usdhc1::prot_ctrl::NON_EXACT_BLK_RD_A

pub enum NON_EXACT_BLK_RD_A {
    NON_EXACT_BLK_RD_0,
    NON_EXACT_BLK_RD_1,
}

NON_EXACT_BLK_RD

Value on reset: 0

Variants

NON_EXACT_BLK_RD_0

0: The block read is exact block read. Host driver doesn't need to issue abort command to terminate this multi-block read.

NON_EXACT_BLK_RD_1

1: The block read is non-exact block read. Host driver needs to issue abort command to terminate this multi-block read.

Trait Implementations

impl Clone for NON_EXACT_BLK_RD_A[src]

impl Copy for NON_EXACT_BLK_RD_A[src]

impl Debug for NON_EXACT_BLK_RD_A[src]

impl From<NON_EXACT_BLK_RD_A> for bool[src]

impl PartialEq<NON_EXACT_BLK_RD_A> for NON_EXACT_BLK_RD_A[src]

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