Number of data lines used during each part of an SPI transfer.
| Enumerator |
|---|
| NRF_SQSPI_SPI_LINES_SINGLE | Classic SPI.
|
| NRF_SQSPI_SPI_LINES_DUAL_2_2_2 | Two-line SPI used for the operation, address, and data phases
|
| NRF_SQSPI_SPI_LINES_DUAL_1_1_2 | Single line used to transfer the operation and address, two lines for the data transfer
|
| NRF_SQSPI_SPI_LINES_DUAL_1_2_2 | Single line used to transfer the operation, two lines for the address and data
|
| NRF_SQSPI_SPI_LINES_QUAD_4_4_4 | Four-line SPI used for the operation, address, and data phases
|
| NRF_SQSPI_SPI_LINES_QUAD_1_1_4 | Single line used to transfer the operation and address, four lines for the data transfer
|
| NRF_SQSPI_SPI_LINES_QUAD_1_4_4 | Single line used to transfer the operation, four lines for the address and data
|
| NRF_SQSPI_SPI_LINES_OCTAL_8_8_8 | Eight-line SPI used for the operation, address, and data phases
|
| NRF_SQSPI_SPI_LINES_OCTAL_1_1_8 | Single line used to transfer the operation and address, eight lines for the data transfer
|
| NRF_SQSPI_SPI_LINES_OCTAL_1_8_8 | Single line used to transfer the operation, eight lines for the address and data
|