nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_sqspi_xfer_t Struct Reference

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).
 

Detailed Description

Configuration of a single data transfer.

Note
Single transaction can be created by combining multiple data transfers. This can be used to send data from multiple memory locations in a single transaction.

The documentation for this struct was generated from the following file: