|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
SPI buffer structure. More...
#include <zephyr/drivers/spi.h>
Data Fields | |
| void * | buf |
| Valid pointer to a data buffer, or NULL for NOP indication. | |
| size_t | len |
| Length of the buffer buf in bytes, or length of NOP. | |
SPI buffer structure.
An SPI buffer describes either a real data buffer or an indication of NOP.
For a NOP indicator:
| void* spi_buf::buf |
Valid pointer to a data buffer, or NULL for NOP indication.
| size_t spi_buf::len |
Length of the buffer buf in bytes, or length of NOP.