Module 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§

config
Types for configuring a spi interface.

Structs§

Mode
SPI mode
Spi
SPI peripheral operating in full duplex master mode

Enums§

Error
SPI error
Phase
Clock phase
Polarity
Clock polarity

Traits§

Instance
SPI instance
MisoPin
MISO pin
MosiPin
MOSI pin
SckPin
SCK pin
Word
Configuration trait for the Word Size used by the SPI peripheral