[][src]Enum imxrt1062_usdhc1::pres_state::DLSL_A

#[repr(u8)]pub enum DLSL_A {
    DATA0,
    DATA1,
    DATA2,
    DATA3,
    DATA4,
    DATA5,
    DATA6,
    DATA7,
}

DATA[7:0] Line Signal Level

Value on reset: 0

Variants

DATA0

0: Data 0 line signal level

DATA1

1: Data 1 line signal level

DATA2

2: Data 2 line signal level

DATA3

3: Data 3 line signal level

DATA4

4: Data 4 line signal level

DATA5

5: Data 5 line signal level

DATA6

6: Data 6 line signal level

DATA7

7: Data 7 line signal level

Trait Implementations

impl Clone for DLSL_A[src]

impl Copy for DLSL_A[src]

impl Debug for DLSL_A[src]

impl From<DLSL_A> for u8[src]

impl PartialEq<DLSL_A> for DLSL_A[src]

impl StructuralPartialEq for DLSL_A[src]

Auto Trait Implementations

impl Send for DLSL_A

impl Sync for DLSL_A

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