Expand description
SPI configuration
Structs§
- SPI Device configuration
 - SPI Driver configuration
 - SPI mode.
 
Enums§
- Specifies the order in which the bits of data should be transfered/received
 - Specify the communication mode with the device
 - Clock phase.
 - Clock polarity.
 
Constants§
- Helper for CPOL = 0, CPHA = 0.
 - Helper for CPOL = 0, CPHA = 1.
 - Helper for CPOL = 1, CPHA = 0.
 - Helper for CPOL = 1, CPHA = 1.