[][src]Enum imxrt1062_usdhc1::host_ctrl_cap::RETUNING_MODE_A

#[repr(u8)]pub enum RETUNING_MODE_A {
    RETUNING_MODE_0,
    RETUNING_MODE_1,
    RETUNING_MODE_2,
}

Retuning Mode

Value on reset: 2

Variants

RETUNING_MODE_0

0: Mode 1

RETUNING_MODE_1

1: Mode 2

RETUNING_MODE_2

2: Mode 3

Trait Implementations

impl Clone for RETUNING_MODE_A[src]

impl Copy for RETUNING_MODE_A[src]

impl Debug for RETUNING_MODE_A[src]

impl From<RETUNING_MODE_A> for u8[src]

impl PartialEq<RETUNING_MODE_A> for RETUNING_MODE_A[src]

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