![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
SPI transfer descriptor, one segment of a transaction. More...
#include <bm/bm_spi_mngr.h>
Data Fields | |
| const uint8_t * | tx_data |
| Pointer to data to send. | |
| uint8_t | tx_length |
| Number of bytes to send. | |
| uint8_t * | rx_data |
| Pointer to buffer for received data. | |
| uint8_t | rx_length |
| Number of bytes to receive. | |
SPI transfer descriptor, one segment of a transaction.
Manager stores only a pointer to this descriptor, so the whole struct must remain valid until the transaction completes.