|
|
const char * | device |
| | device path to the device file (e.g.: /dev/spidev2.1)
|
|
unsigned long | speed |
| | requested clock rate in Hz
|
|
unsigned short | delay |
| | delay after the last bit transfer before deselecting the device
|
|
unsigned char | numBits |
| | numBits No. of bits per transaction. 8, 16, 24 or 32
|
|
unsigned int | mode |
| | SPI mode (e.g.: Spi::MODE3). This is not a Mode because the user can specify a custom mode by OR'ing flags together.
|
The documentation for this struct was generated from the following file: