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

◆ nrf_sqspi_init_check()

bool nrf_sqspi_init_check ( nrf_sqspi_t const * p_qspi)

#include <softperipheral/sQSPI/include/nrf_sqspi.h>

Check if the QSPI driver instance is initialized.

This function checks whether the specified QSPI driver instance has been initialized.

Parameters
[in]p_qspiIdentifier of the QSPI instance to check.
Return values
trueThe driver instance is initialized.
falseThe driver instance is not initialized.