WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
cali_logen.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
3 * Description: Header file for cali_logen.c.
4 */
5
6#ifndef __CALI_LOGEN_H__
7#define __CALI_LOGEN_H__
8/*****************************************************************************
9 1 其他头文件包含
10*****************************************************************************/
11#include "cali_outer_hal_if.h"
12#include "cali_base_def.h"
13#include "cali_accum_data.h"
14#include "fe_rf_dev.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22/*****************************************************************************
23 2 宏定义
24*************************************************************************/
25#define CALI_LOGEN_CAP_CODE_LEN (4)
26#define CALI_CAP_CALI_ACCUM_INIT_VAL (-30000)
27/*****************************************************************************
28 3 枚举定义
29*****************************************************************************/
30
31/*****************************************************************************
32 4 全局变量声明
33*****************************************************************************/
34
35/*****************************************************************************
36 5 消息头定义
37*****************************************************************************/
38
39/*****************************************************************************
40 6 消息定义
41*****************************************************************************/
42
43/*****************************************************************************
44 7 STRUCT定义
45*****************************************************************************/
46
47/*****************************************************************************
48 9 OTHERS定义
49*****************************************************************************/
50
51/*****************************************************************************
52 10 函数声明
53*****************************************************************************/
59 cali_bandwidth_enum_uint8 bw, osal_u8 chain, osal_u8 cali_subband_idx);
60
61#ifdef __cplusplus
62#if __cplusplus
63}
64#endif
65#endif
66
67#endif /* end of __COMMON_ALG_RF_CALI_RC_PKTRAM_H__ */
osal_u8 cali_bandwidth_enum_uint8
Definition cali_base_def.h:24
osal_void cali_logen_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_logen_recover(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_logen(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain, osal_u8 cali_subband_idx)
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29
Definition hal_device_rom.h:39
osal_u8 wlan_channel_band_enum_uint8
Definition wlan_types_base_rom.h:97