WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
fe_rf_customize.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: rf customize相关
4 */
5
6#ifndef _FE_RF_CUSTOMIZE_H_
7#define _FE_RF_CUSTOMIZE_H_
8
9#include "cali_outer_hal_if.h"
10#include "cali_outer_os_if.h"
11
12#ifdef __cplusplus
13#if __cplusplus
14extern "C" {
15#endif
16#endif
17
18#ifdef _PRE_PLAT_FEATURE_CUSTOMIZE
19// rf相关的定制化参数结构体
20typedef struct {
21 /* cca ed thr */
22 hal_cfg_custom_cca_stru cfg_cus_cca;
23} fe_rf_custom_stru;
24#endif
25
26// 获取定制化数据中的cca门限默认值
28#ifdef __cplusplus
29#if __cplusplus
30}
31#endif
32#endif
33
34#endif
osal_s8 fe_rf_get_customized_cca_ed(osal_u32 cca_ed_type, wlan_channel_band_enum_uint8 band)
signed char osal_s8
Definition osal_types.h:17
unsigned int osal_u32
Definition osal_types.h:13
Definition hal_common_ops_device_rom.h:542
osal_u8 wlan_channel_band_enum_uint8
Definition wlan_types_base_rom.h:97