Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
spi_buf_set Struct Reference

SPI buffer array structure. More...

#include <spi.h>

Data Fields

const struct spi_bufbuffers
 
size_t count
 

Detailed Description

SPI buffer array structure.

Parameters
buffersis a valid pointer on an array of spi_buf, or NULL.
countis the length of the array pointed by buffers.

Field Documentation

◆ buffers

const struct spi_buf* spi_buf_set::buffers

◆ count

size_t spi_buf_set::count

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