nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_sqspi_activate()

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.

Parameters
[in]p_qspiIdentifier of the QSPI instance to activate.
Return values
NRFX_SUCCESSThe peripheral is scheduled to be activated.
NRFX_ERROR_ALREADYThe peripheral is already activated.