|
API Documentation
9.14.00
|
Modules | |
| Status Codes | |
| Command Codes | |
Macros | |
| #define | SPI_CMD_RESERVED (32) |
| #define | SPI_STATUS_RESERVED (-32) |
These SPI macros are reservations for SPI.h
| #define SPI_CMD_RESERVED (32) |
Common SPI_control() command code reservation offset. SPI driver implementations should offset command codes with SPI_CMD_RESERVED growing positively
Example implementation specific command codes:
| #define SPI_STATUS_RESERVED (-32) |
Common SPI_control status code reservation offset. SPI driver implementations should offset status codes with SPI_STATUS_RESERVED growing negatively.
Example implementation specific status codes:
1.8.12