[][src]Enum imxrt1062_usdhc1::blk_att::BLKSIZE_A

#[repr(u16)]pub enum BLKSIZE_A {
    BLKSIZE_0,
    BLKSIZE_1,
    BLKSIZE_2,
    BLKSIZE_3,
    BLKSIZE_4,
    BLKSIZE_511,
    BLKSIZE_512,
    BLKSIZE_2048,
    BLKSIZE_4096,
}

Block Size

Value on reset: 0

Variants

BLKSIZE_0

0: No data transfer

BLKSIZE_1

1: 1 Byte

BLKSIZE_2

2: 2 Bytes

BLKSIZE_3

3: 3 Bytes

BLKSIZE_4

4: 4 Bytes

BLKSIZE_511

511: 511 Bytes

BLKSIZE_512

512: 512 Bytes

BLKSIZE_2048

2048: 2048 Bytes

BLKSIZE_4096

4096: 4096 Bytes

Trait Implementations

impl Clone for BLKSIZE_A[src]

impl Copy for BLKSIZE_A[src]

impl Debug for BLKSIZE_A[src]

impl From<BLKSIZE_A> for u16[src]

impl PartialEq<BLKSIZE_A> for BLKSIZE_A[src]

impl StructuralPartialEq for BLKSIZE_A[src]

Auto Trait Implementations

impl Send for BLKSIZE_A

impl Sync for BLKSIZE_A

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