WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
fe_power_host.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: 校准涉及到的phy功能接口
4 * Date: 2022-10-19
5 */
6
7#ifndef __FE_POWER_HOST_H__
8#define __FE_POWER_HOST_H__
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
13#ifdef _PRE_WLAN_ATE
14#include "hal_device_rom.h"
15#else
16#include "hal_device.h"
17#endif
18
19#ifdef __cplusplus
20#if __cplusplus
21extern "C" {
22#endif
23#endif
24/*****************************************************************************
25 2 宏定义
26*****************************************************************************/
27/*****************************************************************************
28 3 枚举定义
29*****************************************************************************/
30/*****************************************************************************
31 4 全局变量声明
32*****************************************************************************/
33/*****************************************************************************
34 5 消息头定义
35*****************************************************************************/
36/*****************************************************************************
37 6 消息定义
38*****************************************************************************/
39/*****************************************************************************
40 7 STRUCT定义
41*****************************************************************************/
42/*****************************************************************************
43 8 UNION定义
44*****************************************************************************/
45/*****************************************************************************
46 9 OTHERS定义
47*****************************************************************************/
48/*****************************************************************************
49 10 函数声明
50*****************************************************************************/
51// 动态功率
54// 二级表
59// 一级表
61 osal_u32 pow_dist, oal_bool_enum_uint8 is_dsss);
64// dbb
69
71#ifdef __cplusplus
72#if __cplusplus
73}
74#endif
75#endif
76#endif // __CALI_PHY_IF_H__
osal_void fe_hal_phy_set_single_pa_lut(const hal_device_stru *device, osal_u16 upc_code, osal_u16 index)
osal_void fe_hal_cfg_tpc_boundary(const hal_device_stru *device, osal_u8 value, osal_u8 index)
osal_void fe_hal_pow_write_tpc_mem_prepare(void)
osal_void fe_hal_phy_set_init_pa_code(hal_device_stru *device, wlan_channel_band_enum_uint8 band)
osal_void fe_hal_phy_recover_online_pow(const hal_device_stru *device)
osal_void fe_hal_phy_config_online_pow(const hal_device_stru *device)
osal_u32 fe_hal_get_dbb_scale_shadow(hal_device_stru *device, osal_u8 index)
osal_s16 fe_hal_rf_he_er_su_comp(osal_u8 protocol_mode)
osal_void fe_hal_init_dbb_scale_shadow_to_0x80(hal_device_stru *device)
osal_void fe_hal_pow_write_tpc_mem_finish(void)
osal_void fe_hal_pow_write_single_tpc_mem(hal_device_stru *device, osal_u32 tpc_idx, osal_u32 pow_dist, oal_bool_enum_uint8 is_dsss)
osal_u32 fe_hal_phy_get_single_ppa_lut(const hal_device_stru *device, osal_u16 index)
osal_void fe_hal_cfg_dbb_scale_shadow(hal_device_stru *device, osal_u8 value, osal_u8 index)
osal_void fe_hal_phy_set_single_ppa_lut(const hal_device_stru *device, osal_u16 upc_code, osal_u16 index)
osal_u8 oal_bool_enum_uint8
Definition oal_types_device_rom.h:45
unsigned char osal_u8
Definition osal_types.h:11
short osal_s16
Definition osal_types.h:18
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
unsigned short osal_u16
Definition osal_types.h:12
Definition hal_device_rom.h:39
osal_u8 wlan_channel_band_enum_uint8
Definition wlan_types_base_rom.h:97