Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
SPI buffer structure. More...
#include <spi.h>
Data Fields | |
void * | buf |
Valid pointer to a data buffer, or NULL otherwise. | |
size_t | len |
Length of the buffer buf in bytes. | |
SPI buffer structure.
void* spi_buf::buf |
Valid pointer to a data buffer, or NULL otherwise.
size_t spi_buf::len |
Length of the buffer buf in bytes.
If buf is NULL, length which as to be sent as dummy bytes (as TX buffer) or the length of bytes that should be skipped (as RX buffer).