[][src]Enum imxrt1062_usdhc1::mmc_boot::DTOCV_ACK_A

#[repr(u8)]pub enum DTOCV_ACK_A {
    DTOCV_ACK_0,
    DTOCV_ACK_1,
    DTOCV_ACK_2,
    DTOCV_ACK_3,
    DTOCV_ACK_4,
    DTOCV_ACK_5,
    DTOCV_ACK_6,
    DTOCV_ACK_7,
    DTOCV_ACK_14,
    DTOCV_ACK_15,
}

DTOCV_ACK

Value on reset: 0

Variants

DTOCV_ACK_0

0: SDCLK x 2^14

DTOCV_ACK_1

1: SDCLK x 2^15

DTOCV_ACK_2

2: SDCLK x 2^16

DTOCV_ACK_3

3: SDCLK x 2^17

DTOCV_ACK_4

4: SDCLK x 2^18

DTOCV_ACK_5

5: SDCLK x 2^19

DTOCV_ACK_6

6: SDCLK x 2^20

DTOCV_ACK_7

7: SDCLK x 2^21

DTOCV_ACK_14

14: SDCLK x 2^28

DTOCV_ACK_15

15: SDCLK x 2^29

Trait Implementations

impl Clone for DTOCV_ACK_A[src]

impl Copy for DTOCV_ACK_A[src]

impl Debug for DTOCV_ACK_A[src]

impl From<DTOCV_ACK_A> for u8[src]

impl PartialEq<DTOCV_ACK_A> for DTOCV_ACK_A[src]

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