nrfxlib API 0.1.0
Loading...
Searching...
No Matches
hal_reg.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
14#ifndef __HAL_REG_H__
15#define __HAL_REG_H__
16
17#include "hal_structs.h"
18
36 unsigned int *val,
37 unsigned int rpu_reg_addr);
38
54 unsigned int rpu_reg_addr,
55 unsigned int val);
56#endif /* __HAL_REG_H__ */
enum nrf_wifi_status hal_rpu_reg_write(struct nrf_wifi_hal_dev_ctx *hal_ctx, unsigned int rpu_reg_addr, unsigned int val)
Wnrite to an RPU register.
enum nrf_wifi_status hal_rpu_reg_read(struct nrf_wifi_hal_dev_ctx *hal_ctx, unsigned int *val, unsigned int rpu_reg_addr)
Read from an RPU register.
Header containing structure declarations for the HAL Layer of the Wi-Fi driver.
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