Struct grand_central_m4::pins::SPI[][src]

pub struct SPI {
    pub mosi: Pd8<Input<Floating>>,
    pub miso: Pd11<Input<Floating>>,
    pub sck: Pd9<Input<Floating>>,
}
Expand description

SPI pins

Fields

mosi: Pd8<Input<Floating>>miso: Pd11<Input<Floating>>sck: Pd9<Input<Floating>>

Implementations

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.