Zephyr API 3.6.99
|
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. | |
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.
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).