Module stm32f3xx_hal::spi

source ·
Expand description

Serial Peripheral Interface (SPI) bus

Examples

A usage example of the can peripheral can be found at examples/spi.rs

Modules

  • Types for configuring a spi interface.

Structs

  • SPI mode
  • SPI peripheral operating in full duplex master mode

Enums

Traits