oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_spi_xfer Struct Reference

SPI transfer segment for multi-segment transactions. More...

#include <spi.h>

Data Fields

const void * tx
 
void * rx
 
size_t len
 

Detailed Description

SPI transfer segment for multi-segment transactions.

Used with ove_spi_transfer_seq() to perform multiple transfer segments under a single CS assertion.

Field Documentation

◆ tx

const void* ove_spi_xfer::tx

TX buffer, or NULL for RX-only.

◆ rx

void* ove_spi_xfer::rx

RX buffer, or NULL for TX-only.

◆ len

size_t ove_spi_xfer::len

Number of bytes in this segment.


The documentation for this struct was generated from the following file: