![]() |
nrfxlib API 3.3.99
|
| uint32_t * nrf_sqspi_start_task_address_get | ( | nrf_sqspi_t const * | p_qspi | ) |
#include <softperipheral/sQSPI/include/nrf_sqspi.h>
Get an address of the task register to start the prepared transfer.
The transfer to start must be prepared with nrf_sqspi_xfer_prepare.
To trigger a start task write a non-zero value to the returned address or use the DPPI subsystem.
If the device is configured in controller mode, the transfer starts immediately when the task is triggered. If the device is configured in target mode, the task must be triggered first, and then the transfer starts when a remote controller initializes it.
| [in] | p_qspi | Identifier of the QSPI instance transferring data. |