Module spi

Module spi 

Source
Expand description

Serial Peripheral Interface (SPI) bus

Structs§

DmaRx
Rx direction
DmaTx
Tx direction
Spi
SPI peripheral operating in full duplex master mode

Enums§

Error
SPI error

Traits§

DmaWrite
Allows to write with DMA
MisoPin
MISO pin – DO NOT IMPLEMENT THIS TRAIT
MosiPin
MOSI pin – DO NOT IMPLEMENT THIS TRAIT
SckPin
SCK pin – DO NOT IMPLEMENT THIS TRAIT
SpiDmaStream
Possible DMA configuration for an SPI device