Home
last modified time | relevance | path

Searched defs:spi_trans (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/spi/
A Dich.h104 struct spi_trans { struct
105 uint8_t cmd;
106 const uint8_t *out;
107 uint32_t bytesout;
108 uint8_t *in;
109 uint32_t bytesin;
110 uint8_t type;
111 uint8_t opcode;
112 uint32_t offset;

Completed in 4 milliseconds