![]() |
nRF WiFi
|
| enum nrf_wifi_status nrf_wifi_osal_bus_pcie_dev_intr_reg | ( | void * | os_pcie_dev_ctx, |
| void * | callbk_data, | ||
| int(* | callbk_fn )(void *callbk_data) ) |
Register an interrupt handler for a PCIe device.
| os_pcie_dev_ctx | OS specific PCIe device context. |
| callbk_data | Data to be passed to the ISR. |
| callbk_fn | ISR to be invoked on receiving an interrupt. |
Registers an interrupt handler to the OS. This API also passes the callback data to be passed to the ISR when an interrupt is received.