|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
SPI buffer array structure. More...
#include <spi.h>
Data Fields | |
| const struct spi_buf * | buffers |
| size_t | count |
SPI buffer array structure.
| buffers | is a valid pointer on an array of spi_buf, or NULL. |
| count | is the length of the array pointed by buffers. |
| const struct spi_buf* spi_buf_set::buffers |
| size_t spi_buf_set::count |