WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
cali_iq_debug.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: Header file for cali_iq_debug.c.
4 */
5
6#ifndef __CALI_IQ_DEBUG_H__
7#define __CALI_IQ_DEBUG_H__
8
9#include "cali_outer_os_if.h"
10#include "cali_outer_hal_if.h"
11#include "cali_base_def.h"
12
13#ifdef __cplusplus
14#if __cplusplus
15extern "C" {
16#endif
17#endif
18#undef THIS_FILE_ID
19#define THIS_FILE_ID OAM_FILE_ID_CALI_IQ_DEBUG
20#ifdef _PRE_WLAN_RF_CALI_DEBUG
21enum {
22 CALI_TRX_IQ_PREPARE = 0,
23 CALI_TRX_IQ_RF_PATH = 1,
24 CALI_TRX_IQ_PHY_PATH = 2,
25 CALI_TRX_IQ_PLL = 3,
26 CALI_TRX_IQ_COMP = 4,
27 CALI_TRX_IQ_CALI = 5,
28 CALI_TRX_IQ_FINISH = 6,
29 CALI_TRX_IQ_RESET_RF_PATH = 7,
30 CALI_TRX_IQ_RESET_PHY_PATH = 8,
31 CALI_TRX_IQ_FFT_REPORT = 9,
32
33 CALI_TRX_IQ_BUTT
34};
35osal_void cali_trx_iq_debug(hal_device_stru *device, wlan_channel_band_enum_uint8 band,
36 cali_bandwidth_enum_uint8 rf_cali_bandwidth, osal_u32 cfg);
37#endif
38#ifdef __cplusplus
39#if __cplusplus
40}
41#endif
42#endif
43
44#endif /* end of __CALI_IQ_DEBUG_H__ */
osal_u8 cali_bandwidth_enum_uint8
Definition cali_base_def.h:24
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Definition hal_device_rom.h:39
osal_u8 wlan_channel_band_enum_uint8
Definition wlan_types_base_rom.h:97