Struct gd32vf103xx_hal::spi::Spi[][src]

pub struct Spi<SPI, PINS> { /* fields omitted */ }

Implementations

Change the frequency of operation of the SPI bus. The maximum frequency for the SPI bus is the frequency of the APB1 bus which is half the system frequency configured with RCU.configure().sysclk(). Specifying a higher frequency causes panic.

Trait Implementations

An enumeration of SPI errors

Reads the word stored in the shift register Read more

Sends a word to the slave

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.

Error type

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

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.

Error type

Sends words to the slave, ignoring all the incoming words