nrfxlib API 0.1.0
Loading...
Searching...
No Matches
hal_interrupt.h
Go to the documentation of this file.
1
8#ifndef __HAL_INTERRUPT_H__
9#define __HAL_INTERRUPT_H__
10
11#include "hal_api.h"
12
23
24
35
36
49 bool *do_rpu_recovery);
50#endif /* __HAL_INTERRUPT_H__ */
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