[−][src]Module stm32f3xx_hal::spi
Serial Peripheral Interface (SPI) bus
A usage example of the can peripheral can be found at examples/spi.rs
Structs
| Mode | SPI mode |
| Spi | SPI peripheral operating in full duplex master mode |
Enums
| Error | SPI error |
| Phase | Clock phase |
| Polarity | Clock polarity |
Traits
| MisoPin | MISO pin -- DO NOT IMPLEMENT THIS TRAIT |
| MosiPin | MOSI pin -- DO NOT IMPLEMENT THIS TRAIT |
| SckPin | SCK pin -- DO NOT IMPLEMENT THIS TRAIT |
| Word | Configuration trait for the Word Size used by the SPI peripheral |