nRF WiFi
Loading...
Searching...
No Matches
hal_api.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
14#ifndef __HAL_API_RT_H__
15#define __HAL_API_RT__H__
16
17#include "osal_api.h"
18#include "common/rpu_if.h"
19#include "bal_api.h"
21#include "common/hal_mem.h"
22#include "common/hal_reg.h"
25
27 void *mac_dev_ctx);
28#endif /* __HAL_API_RT_H__ */
Header containing API declarations for the HAL Layer of the Wi-Fi driver.
Header containing memory read/write specific declarations for the HAL Layer of the Wi-Fi driver.
Header containing register read/write specific declarations for the HAL Layer of the Wi-Fi driver.
Header containing structure declarations for the HAL Layer of the Wi-Fi driver.
struct nrf_wifi_hal_dev_ctx * nrf_wifi_rt_hal_dev_add(struct nrf_wifi_hal_priv *hpriv, void *mac_dev_ctx)
Common structures and definitions for RPU interface.
struct nrf_wifi_hal_priv * hpriv
Definition hal_structs_common.h:203
void * mac_dev_ctx
Definition hal_structs_common.h:205
Structure to hold per device context information for the HAL layer.
Definition hal_structs_common.h:201
Structure to hold context information for the HAL layer.
Definition hal_structs_common.h:169