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

◆ hal_rpu_eventq_process()

enum nrf_wifi_status hal_rpu_eventq_process ( struct nrf_wifi_hal_dev_ctx hal_ctx)

Process events from the RPU.

Parameters
hprivPointer to HAL context.

This function processes the events which have been queued into the event queue by an ISR. It does the following:

- Dequeues an event from the event queue.
- Calls hal_event_process to further process the event.
Returns
The status of the operation.