Searched defs:SpiMsg (Results 1 – 1 of 1) sorted by relevance
130 struct SpiMsg { struct131 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 write136 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