8#ifndef __HAL_INTERRUPT_H__
9#define __HAL_INTERRUPT_H__
49 bool *do_rpu_recovery);
Header containing API declarations for the HAL Layer of the Wi-Fi driver.
enum nrf_wifi_status hal_rpu_irq_enable(struct nrf_wifi_hal_dev_ctx *hal_dev_ctx)
Enable interrupts from the RPU.
enum nrf_wifi_status hal_rpu_irq_disable(struct nrf_wifi_hal_dev_ctx *hal_dev_ctx)
Disable interrupts from the RPU.
enum nrf_wifi_status hal_rpu_irq_process(struct nrf_wifi_hal_dev_ctx *hal_dev_ctx, bool *do_rpu_recovery)
Process an interrupt from the RPU.
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition: osal_structs.h:29
Structure to hold per device context information for the HAL layer.
Definition: hal_structs.h:201