[][src]Enum lpc55_pac::sdif::cmd::CARD_NUMBER_A

[]
#[repr(u8)]pub enum CARD_NUMBER_A {
    CARD0,
    CARD1,
}
[]

Specifies the card number of SDCARD for which the current Command is being executed

Value on reset: 0

Variants

CARD0
[]

0: Command will be execute on SDCARD 0

CARD1
[]

1: Command will be execute on SDCARD 1

Trait Implementations

impl Clone for CARD_NUMBER_A[src][+]

impl Copy for CARD_NUMBER_A[src]

impl Debug for CARD_NUMBER_A[src][+]

impl From<CARD_NUMBER_A> for u8[src][+]

impl PartialEq<CARD_NUMBER_A> for CARD_NUMBER_A[src][+]

impl StructuralPartialEq for CARD_NUMBER_A[src]

Auto Trait Implementations

impl Send for CARD_NUMBER_A

impl Sync for CARD_NUMBER_A

impl Unpin for CARD_NUMBER_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> Same<T> for T[src]

type Output = T

Should always be Self

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.