nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_bus_qspi_dev_add()

void * nrf_wifi_osal_bus_qspi_dev_add ( void *  os_qspi_priv,
void *  osal_qspi_dev_ctx 
)

brief Add a qspi device instance.

Parameters
os_qspi_privOS specific qspi context.
osal_qspi_dev_ctxPointer to the OSAL qspi device context.

Function to be invoked when a matching qspi device is added to the system. It expects the pointer to an OS specific qspi device context to be returned.

Returns
OS specific qspi device context.