WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
cali_path.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: 校准path相关
4 */
5
6#ifndef __HAL_CALI_PATH_H__
7#define __HAL_CALI_PATH_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
22// rx dc的射频通路建立
25// rx dc的射频通路恢复
28// tx dc的射频通路建立
31// tx dc的射频通路恢复
42// IQ 校准通路
51#ifdef __cplusplus
52#if __cplusplus
53}
54#endif
55#endif
56
57#endif
osal_u8 cali_bandwidth_enum_uint8
Definition cali_base_def.h:24
osal_void cali_set_up_logen_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_recover_tx_iq_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_set_up_txpwr_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_recover_rx_dc_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_set_up_rx_iq_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_set_up_tx_iq_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_set_up_tx_dc_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_recover_tx_dc_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_recover_txpwr_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_recover_logen_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_recover_rc_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_recover_rx_iq_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_set_up_rx_dc_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
osal_void cali_set_up_rc_rf_path(const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 bw, osal_u8 chain)
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