Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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: