Expand description
Serial Peripheral Interface (SPI)
Modules§
- mode
- SPI communication mode
Structs§
Enums§
- BitOrder
- SPI bit order
- Direction
- SPI Direction.
- Error
- SPI error.
- Phase
- Clock phase
- Polarity
- Clock polarity
- Slave
Select Polarity - Slave Select (SS) pin polarity.
Constants§
- MODE_0
- Helper for CPOL = 0, CPHA = 0
- MODE_1
- Helper for CPOL = 0, CPHA = 1
- MODE_2
- Helper for CPOL = 1, CPHA = 0
- MODE_3
- Helper for CPOL = 1, CPHA = 1
Traits§
- CkPin
- CkPin pin trait
- CsPin
- CsPin pin trait
- I2sSd
Pin - I2sSdPin pin trait
- Instance
- Peripheral instance trait.
- MckPin
- MckPin pin trait
- MisoPin
- MisoPin pin trait
- MosiPin
- MosiPin pin trait
- RxDma
- RxDma DMA request trait
- RxDma
Ext - RxDmaExt DMA request trait
- SckPin
- SckPin pin trait
- SdExt
Pin - SdExtPin pin trait
- TxDma
- TxDma DMA request trait
- Word
- Word sizes usable for SPI.
- WsPin
- WsPin pin trait