Describes input and output buffers for data transfer. More...
Data Fields | |
| const uint8_t * | cmd_buf | 
| uint16_t | cmd_bytes | 
| uint16_t | data_bytes | 
| uint8_t * | miso_buf | 
| const uint8_t * | mosi_buf | 
Describes input and output buffers for data transfer.
It it used with ltrx_spi_transfer().
| const uint8_t* ltrx_spi_descriptor::cmd_buf | 
Output command.
| uint16_t ltrx_spi_descriptor::cmd_bytes | 
Length of output command.
| uint16_t ltrx_spi_descriptor::data_bytes | 
Length of input and output.
| uint8_t* ltrx_spi_descriptor::miso_buf | 
Input buffer.
| const uint8_t* ltrx_spi_descriptor::mosi_buf | 
Output data.