#include <softperipheral/sQSPI/include/nrf_sqspi.h>
Single or dual data rate modes used during each part of an SPI transfer.
| Enumerator |
|---|
| NRF_SQSPI_SPI_DDR_SINGLE | Classic SPI, single data rate.
|
| NRF_SQSPI_SPI_DDR_S_S_D | The operation and address are transferred with single data-rate, data with dual
|
| NRF_SQSPI_SPI_DDR_S_D_D | The operation is transferred with single data-rate, the address and data with dual
|
| NRF_SQSPI_SPI_DDR_DUAL | The operation, address, and data are transferred with dual data-rate (on both clock edges)
|