Expand description
Serial Peripheral Interface (SPI)
§Overview
The Serial Peripheral Interface (SPI) is a synchronous serial interface useful for communication with external peripherals.
§Configuration
This peripheral is capable of operating in either master or slave mode. For more information on these modes, please refer to the documentation in their respective modules.
Modules§
- Serial Peripheral Interface - Master Mode
- slave
unstableSerial Peripheral Interface - Slave Mode
Structs§
- Any SPI peripheral.
Enums§
- SPI Bit Order
- Data
Mode unstableSPI data mode - SPI errors
- SPI communication modes, defined by clock polarity (CPOL) and clock phase (CPHA).