Struct atsame54_xpro::pins::SdCard[][src]

pub struct SdCard {
    pub d0: Pb18<Input<Floating>>,
    pub d1: Pb19<Input<Floating>>,
    pub d2: Pb20<Input<Floating>>,
    pub d3: Pb21<Input<Floating>>,
    pub clk: Pa21<Input<Floating>>,
    pub cmd: Pa20<Input<Floating>>,
    pub cd: Pd20<Input<Floating>>,
    pub wp: Pd21<Input<Floating>>,
}
Expand description

Sd Card pins

Fields

d0: Pb18<Input<Floating>>d1: Pb19<Input<Floating>>d2: Pb20<Input<Floating>>d3: Pb21<Input<Floating>>clk: Pa21<Input<Floating>>cmd: Pa20<Input<Floating>>cd: Pd20<Input<Floating>>wp: Pd21<Input<Floating>>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.