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

◆ nrf_wifi_osal_bus_spi_dev_add()

void * nrf_wifi_osal_bus_spi_dev_add ( void *  os_spi_priv,
void *  osal_spi_dev_ctx 
)

brief Add a spi device instance.

Parameters
osal_spi_dev_ctxPointer to the OSAL spi device context.

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

Returns
OS specific spi device context.