Home
last modified time | relevance | path

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

/include/
A Dspi.h148 struct spi_slave { struct
150 struct udevice *dev; /* struct spi_slave is dev->parentdata */ argument
151 uint max_hz;
156 uint mode;
157 unsigned int wordlen;
158 unsigned int max_read_size;
159 unsigned int max_write_size;
160 void *memory_map;
185 * @offset: Offset of struct spi_slave within slave structure. argument

Completed in 5 milliseconds