![]() |
nrfxlib API 3.3.99
|
| nrfx_err_t nrf_sqspi_activate | ( | nrf_sqspi_t const * | p_qspi | ) |
#include <softperipheral/sQSPI/include/nrf_sqspi.h>
Function for activating the QSPI driver instance.
The peripheral controls its GPIOs in the active state. It controls the direction and the polarity of the pins.
| [in] | p_qspi | Identifier of the QSPI instance to activate. |
| NRFX_SUCCESS | The peripheral is scheduled to be activated. |
| NRFX_ERROR_ALREADY | The peripheral is already activated. |