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