![]() |
nrfxlib API 3.3.99
|
Configuration of a single data transfer. More...
#include <nrf_sqspi.h>
Data Fields | |
| uint32_t | cmd |
| Command to be sent (only for controller mode). | |
| uint64_t | address |
| Address to be accessed (only for controller mode). | |
| void * | p_data |
| Pointer to the data buffer for transmission or reception. | |
| size_t | data_length |
| Length of the data buffer in bytes. | |
| uint8_t | cmd_length |
| Length of the command in bits (only for controller mode). | |
| uint8_t | addr_length |
| uint8_t | dummy_length |
| nrf_sqspi_xfer_dir_t | dir |
| Direction of the transfer (TX, RX, or TXRX). | |
Configuration of a single data transfer.