WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
cali_logen_comp.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
3 * Description: logen校准补偿
4 */
5
6#ifndef __CALI_LOGEN_COMP_H__
7#define __CALI_LOGEN_COMP_H__
8
9#include "osal_types.h"
10#include "cali_outer_hal_if.h"
11#include "fe_rf_dev.h"
12
13#ifdef __cplusplus
14#if __cplusplus
15extern "C" {
16#endif
17#endif
18
21 osal_u8 cali_subband_idx,
23
24#ifdef __cplusplus
25#if __cplusplus
26}
27#endif
28#endif
29
30#endif
osal_void cali_logen_comp(const hal_rf_dev *rf_dev, wlan_channel_band_enum_uint8 band, osal_u8 cali_subband_idx, wlan_channel_bandwidth_enum_uint8 bw)
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29
Definition fe_rf_dev.h:22
osal_u8 wlan_channel_bandwidth_enum_uint8
Definition wlan_types_base_rom.h:237
osal_u8 wlan_channel_band_enum_uint8
Definition wlan_types_base_rom.h:97