|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
SPI chip-select descriptor. More...
#include <spi.h>
Data Fields | |
| unsigned int | gpio_port |
| unsigned int | gpio_pin |
| int | active_low |
SPI chip-select descriptor.
Identifies the GPIO pin used for software CS management. Pass NULL to SPI transfer functions to skip CS handling (hardware CS or external management).
| unsigned int ove_spi_cs::gpio_port |
GPIO port index for CS pin.
| unsigned int ove_spi_cs::gpio_pin |
GPIO pin index for CS pin.
| int ove_spi_cs::active_low |
Non-zero if CS is active low (common).