nrfxlib API 0.1.0
Loading...
Searching...
No Matches
hal_common.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
12#ifndef __HAL_COMMON_H__
13#define __HAL_COMMON_H__
14
16 struct host_rpu_hpq *hpq,
17 unsigned int val);
18
20 struct host_rpu_hpq *hpq,
21 unsigned int *val);
22#endif /* __HAL_COMMON_H__ */
enum nrf_wifi_status hal_rpu_hpq_enqueue(struct nrf_wifi_hal_dev_ctx *hal_ctx, struct host_rpu_hpq *hpq, unsigned int val)
Header containing common declarations for the HAL Layer of the Wi-Fi driver.
enum nrf_wifi_status hal_rpu_hpq_dequeue(struct nrf_wifi_hal_dev_ctx *hal_ctx, struct host_rpu_hpq *hpq, unsigned int *val)
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition: osal_structs.h:29
Hostport Queue (HPQ) information.
Definition: rpu_if.h:394
Structure to hold per device context information for the HAL layer.
Definition: hal_structs.h:201