WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
fe_rf_customize_rx_insert_loss.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: rf customize rx insert loss 头文件
4 */
5
6#ifndef _FE_RF_CUSTOMIZE_RX_INSERT_LOSS_H_
7#define _FE_RF_CUSTOMIZE_RX_INSERT_LOSS_H_
8
9#include "osal_types.h"
10#include "mac_vap_ext.h"
11#ifdef __cplusplus
12#if __cplusplus
13extern "C" {
14#endif
15#endif
16
17#ifdef _PRE_PLAT_FEATURE_CUSTOMIZE
18#define HAL_RF_RX_INSERT_LOSS_NUM_2G 3 /* 插入损耗数量 与band划分对应 */
19typedef struct {
20 osal_u8 insert_loss[HAL_RF_RX_INSERT_LOSS_NUM_2G];
22} fe_custom_rx_insert_loss_2g_stru;
23
24typedef struct {
25 fe_custom_rx_insert_loss_2g_stru insert_loss_2g;
26} fe_custom_rx_insert_loss_stru;
27
28osal_void fe_custom_set_rx_insert_loss(osal_u8 band, osal_u8 *insert_loss, osal_u8 len);
29osal_u8 fe_custom_get_rx_insert_loss(osal_u8 band, osal_u8 hal_subband);
30#ifdef __cplusplus
31#if __cplusplus
32}
33#endif
34#endif
35
36#endif // _PRE_PLAT_FEATURE_CUSTOMIZE
37#endif // _FE_RF_CUSTOMIZE_RX_INSERT_LOSS_H_
osal_u8 rsv[3]
Definition oal_net.h:2
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29