#include <softperipheral/sQSPI/include/nrf_sqspi.h>
Direction of a single data transfer.
| Enumerator |
|---|
| NRF_SQSPI_XFER_DIR_TXRX | Transmit data and receive data in the same buffer
|
| NRF_SQSPI_XFER_DIR_TX | Transmit data only.
|
| NRF_SQSPI_XFER_DIR_RX | Receive data only (after the command and address is transmitted)
|