Buffer descriptor structure.
#include <spi_master_vec.h>
Data Fields | |
void * | data |
Pointer to buffer start. More... | |
spi_master_vec_buflen_t | length |
Length of buffer. More... | |
void* spi_master_vec_bufdesc::data |
Pointer to buffer start.
Referenced by _at25dfx_chip_get_nonbusy_status(), _at25dfx_chip_issue_read_command_wait(), _at25dfx_chip_issue_write_command_wait(), and spi_master_vec_transceive_buffer_job().
spi_master_vec_buflen_t spi_master_vec_bufdesc::length |
Length of buffer.
Referenced by _at25dfx_chip_get_nonbusy_status(), _at25dfx_chip_issue_read_command_wait(), _at25dfx_chip_issue_write_command_wait(), and spi_master_vec_transceive_buffer_job().