WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_coex_reg.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file for hal_coex_reg.c.
4 */
5
6#ifndef HAL_COEX_REG_H
7#define HAL_COEX_REG_H
8
9/*****************************************************************************
10 其他头文件包含
11*****************************************************************************/
12#include "oal_ext_if_rom.h"
13#include "hal_coex_reg_rom.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif
19#endif
20
21#ifdef _PRE_WLAN_FEATURE_BTCOEX
22
23#undef THIS_FILE_ID
24#define THIS_FILE_ID DIAG_FILE_ID_WIFI_DEVICE_HAL_COEX_REG_H
25
26#undef THIS_MOD_ID
27#define THIS_MOD_ID DIAG_MOD_ID_WIFI_DEVICE
32
33#ifdef _PRE_BSLE_GATEWAY
34osal_void hal_bsle_set_priority(osal_void);
35#endif
36
37#endif /* #ifdef _PRE_WLAN_FEATURE_BTCOEX */
38
39#ifdef __cplusplus
40#if __cplusplus
41}
42#endif
43#endif
44
45#endif
osal_void hal_btcoex_init_device(osal_void)
osal_bool hal_btcoex_get_bt_run(osal_void)
osal_u32 hal_btcoex_sw_preempt_init(hal_to_dmac_device_stru *hal_device)
osal_u32 hal_btcoex_init(const hal_to_dmac_device_stru *hal_device)
osal_u8 osal_bool
Definition osal_types.h:27
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Definition hal_ops_common_rom.h:529