Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
SPI buffer array structure. More...
#include <spi.h>
Data Fields | |
const struct spi_buf * | buffers |
Pointer to an array of spi_buf, or NULL. | |
size_t | count |
Length of the array pointed by buffers. | |
SPI buffer array structure.
size_t spi_buf_set::count |
Length of the array pointed by buffers.