nrfxlib API 0.1.0
Loading...
Searching...
No Matches
fmac_bb.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 __FMAC_BB_H__
13#define __FMAC_BB_H__
14
15#define HOST_PKTRAM_BB_START 0x02C00000
16#define HOST_PKTRAM_BB_LEN (4 * 1024 * 1024)
17
18#ifndef VIRT_TO_PHYS
19#define VIRT_TO_PHYS(addr) (HOST_PKTRAM_BB_START + (addr - fmac_ctx->base_addr_host_pktram_bb))
20#endif
21
22void bb_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx);
23
24#endif /* __FMAC_BB_H__ */
void bb_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx)
Structure to hold common fmac dev context parameter data.
Definition: fmac_structs_common.h:146