14#ifndef __LINUX_SPI_H__
15#define __LINUX_SPI_H__
Header containing the structure declarations for the Bus Abstraction Layer (BAL) of the Wi-Fi driver.
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition: osal_structs.h:29
Structure declarations for the OSAL Layer of the Wi-Fi driver.
Structure holding configuration parameters for the BAL.
Definition: bal_structs.h:23
unsigned long host_addr_base
Definition: spi.h:53
void * bal_dev_ctx
Definition: spi.h:48
unsigned long addr_pktram_base
Definition: spi.h:55
void * os_spi_dev_ctx
Definition: spi.h:50
struct nrf_wifi_bus_spi_priv * spi_priv
Definition: spi.h:46
Structure to hold the device context for the Linux SPI bus.
Definition: spi.h:44
struct nrf_wifi_bal_cfg_params cfg_params
Configuration parameters for the Linux SPI bus.
Definition: spi.h:38
void * os_spi_priv
Definition: spi.h:25
enum nrf_wifi_status(* intr_callbk_fn)(void *hal_ctx)
Interrupt callback function.
Definition: spi.h:33
Structure to hold context information for the Linux SPI bus.
Definition: spi.h:23