Struct SYN_SPIDev¶
SPI device descriptor — bus, CS, read-bit convention.
#include <syn_spi_dev.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | bus |
| uint8_t | cs |
| uint8_t | read_bit |
Public Attributes Documentation¶
variable bus¶
SPI bus number
variable cs¶
Chip select index
variable read_bit¶
OR'd into register addr for reads (e.g., 0x80)
The documentation for this class was generated from the following file src/syntropic/drivers/syn_spi_dev.h