WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
fe_power_device.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_DEVICE_H__
8#define __FE_POWER_DEVICE_H__
9
10#include "cali_outer_hal_if.h"
11#include "cali_complex_num.h"
12
13#ifdef __cplusplus
14#if __cplusplus
15extern "C" {
16#endif
17#endif
24#ifdef __cplusplus
25#if __cplusplus
26}
27#endif
28#endif
29#endif // __CALI_PHY_IF_H__
osal_void fe_hal_online_cali_get_pdet_val(hal_tx_complete_event_stru *tx_comp_event)
osal_u32 fe_hal_mac_get_pdet(const hal_device_stru *device)
osal_u8 fe_hal_mac_get_rpt_tx_tpc(const hal_device_stru *device)
osal_u32 fe_hal_phy_get_single_ppa_lut(const hal_device_stru *device, osal_u16 index)
osal_void fe_hal_phy_set_single_ppa_lut(const hal_device_stru *device, osal_u16 upc_code, osal_u16 index)
osal_u8 fe_hal_mac_get_pdet_en(const hal_device_stru *device)
unsigned char osal_u8
Definition osal_types.h:11
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_ops_common_rom.h:693
Definition hal_device_rom.h:39