Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/platform/
Dspi_if.h130 struct SpiMsg { struct
131 uint8_t *wbuf; /**< Address of the write buffer */
132 uint8_t *rbuf; /**< Address of the read buffer */
133 uint32_t len; /**< Length of the read and write buffers. The read buffer and the write
136 uint32_t speed; /**< Current message transfer speed */
137 uint16_t delayUs; /**< Delay (in microseconds) before starting the next transfer.
140 uint8_t keepCs; /**< Whether to keep CS active after current transfer has been