WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
cali_tx_pwr_comp.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: power
4 */
5
6#ifndef __CALI_TX_PWR_COMP_H__
7#define __CALI_TX_PWR_COMP_H__
8/*****************************************************************************
9 1 其他头文件包含
10*****************************************************************************/
11#include "osal_types.h"
12#include "cali_outer_hal_if.h"
13#include "fe_rf_dev.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif
19#endif
20#undef THIS_FILE_ID
21#define THIS_FILE_ID OAM_FILE_ID_HAL_CALI_H
22
25
26#ifdef __cplusplus
27#if __cplusplus
28}
29#endif
30#endif
31
32#endif
osal_void cali_tx_power_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