[][src]Enum imxrt1062_usdhc1::host_ctrl_cap::MBL_A

#[repr(u8)]pub enum MBL_A {
    MBL_0,
    MBL_1,
    MBL_2,
    MBL_3,
}

Max Block Length

Value on reset: 3

Variants

MBL_0

0: 512 bytes

MBL_1

1: 1024 bytes

MBL_2

2: 2048 bytes

MBL_3

3: 4096 bytes

Trait Implementations

impl Clone for MBL_A[src]

impl Copy for MBL_A[src]

impl Debug for MBL_A[src]

impl From<MBL_A> for u8[src]

impl PartialEq<MBL_A> for MBL_A[src]

impl StructuralPartialEq for MBL_A[src]

Auto Trait Implementations

impl Send for MBL_A

impl Sync for MBL_A

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