nrfxlib API 0.1.0
|
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.
os_spi_dev_ctx | A pointer to the SPI device. |
callbk_data | The data to be passed to the callback function. |
callback_fn | The callback function to be invoked when an interrupt occurs. |