nRF WiFi
Loading...
Searching...
No Matches
qspi.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
13#ifndef __QSPI_H__
14#define __QSPI_H__
15
43
60
61#endif /* __QSPI_H__ */
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition osal_structs.h:39
Structure holding configuration parameters for the BAL.
Definition bal_structs.h:23
void * os_qspi_dev_ctx
Definition qspi.h:53
unsigned long host_addr_base
Definition qspi.h:56
void * bal_dev_ctx
Definition qspi.h:51
unsigned long addr_pktram_base
Definition qspi.h:58
struct nrf_wifi_bus_qspi_priv * qspi_priv
Definition qspi.h:49
Structure to hold the device context for the QSPI bus.
Definition qspi.h:47
void * os_qspi_priv
Definition qspi.h:21
struct nrf_wifi_bal_cfg_params cfg_params
Configuration parameters for the QSPI bus.
Definition qspi.h:41
enum nrf_wifi_status(* intr_callbk_fn)(void *hal_ctx)
Interrupt callback function.
Definition qspi.h:31
Structure to hold context information for the QSPI bus.
Definition qspi.h:19