Struct stm32f0xx_hal::spi::Spi[][src]

pub struct Spi<SPI, SCKPIN, MISOPIN, MOSIPIN, WIDTH> { /* fields omitted */ }
Expand description

SPI abstraction

Implementations

Creates a new spi instance

Creates a new spi instance

Trait Implementations

Error type

Sends words to the slave. Returns the words received from the slave

Error type

Sends words to the slave. Returns the words received from the slave

Error type

Sends words to the slave, ignoring all the incoming words

Error type

Sends words to the slave, ignoring all the incoming words

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.

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.