[][src]Enum imxrt1062_usdhc1::prot_ctrl::CDSS_A

pub enum CDSS_A {
    CDSS_0,
    CDSS_1,
}

Card Detect Signal Selection

Value on reset: 0

Variants

CDSS_0

0: Card Detection Level is selected (for normal purpose).

CDSS_1

1: Card Detection Test Level is selected (for test purpose).

Trait Implementations

impl Clone for CDSS_A[src]

impl Copy for CDSS_A[src]

impl Debug for CDSS_A[src]

impl From<CDSS_A> for bool[src]

impl PartialEq<CDSS_A> for CDSS_A[src]

impl StructuralPartialEq for CDSS_A[src]

Auto Trait Implementations

impl Send for CDSS_A

impl Sync for CDSS_A

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