|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
SPI transfer segment for multi-segment transactions. More...
#include <spi.h>
Data Fields | |
| const void * | tx |
| void * | rx |
| size_t | len |
SPI transfer segment for multi-segment transactions.
Used with ove_spi_transfer_seq() to perform multiple transfer segments under a single CS assertion.
| const void* ove_spi_xfer::tx |
TX buffer, or NULL for RX-only.
| void* ove_spi_xfer::rx |
RX buffer, or NULL for TX-only.
| size_t ove_spi_xfer::len |
Number of bytes in this segment.