Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
spi_buf_set Struct Reference

SPI buffer array structure. More...

#include <spi.h>

Data Fields

const struct spi_bufbuffers
 Pointer to an array of spi_buf, or NULL.
 
size_t count
 Length of the array pointed by buffers.
 

Detailed Description

SPI buffer array structure.

Field Documentation

◆ buffers

const struct spi_buf* spi_buf_set::buffers

Pointer to an array of spi_buf, or NULL.

◆ count

size_t spi_buf_set::count

Length of the array pointed by buffers.


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