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

◆ bus_spi_dev_intr_reg

enum nrf_wifi_status(* nrf_wifi_osal_ops::bus_spi_dev_intr_reg) (void *os_spi_dev_ctx, void *callbk_data, int(*callback_fn)(void *callbk_data))

Register an interrupt handler for a SPI device.

Parameters
os_spi_dev_ctxA pointer to the SPI device.
callbk_dataThe data to be passed to the callback function.
callback_fnThe callback function to be invoked when an interrupt occurs.
Returns
The status of the registration.