WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
fe_hal_phy_if_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_HAL_PHY_IF_HOST_H__
8#define __FE_HAL_PHY_IF_HOST_H__
9#include "hal_device.h"
10#ifdef __cplusplus
11#if __cplusplus
12extern "C" {
13#endif
14#endif
15#define CALI_CHANNEL_NUM13_IDX 12 // 从13信道开始做滤波收窄
16#define CALI_CHANNEL_NUM11_IDX 10 // 从11信道开始做滤波收窄
17#define CALI_CHANNEL_NUM9_IDX 8 // 从11n40M 9信道开始做滤波收窄
23// 无委认证: 配置滤波系数和flatness补偿系数
26#ifdef __cplusplus
27#if __cplusplus
28}
29#endif
30#endif
31#endif // __CALI_PHY_IF_H__
osal_void fe_hal_phy_set_cta_coef(hal_device_stru *device, osal_u8 ch_idx, wlan_channel_bandwidth_enum_uint8 bandwidth)
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
Definition fe_hal_phy_if_host.h:18
osal_u32 reg_addr
Definition fe_hal_phy_if_host.h:19
osal_u32 cfg_val
Definition fe_hal_phy_if_host.h:20
osal_u32 recover_val
Definition fe_hal_phy_if_host.h:21
Definition hal_device_rom.h:39
osal_u8 wlan_channel_bandwidth_enum_uint8
Definition wlan_types_base_rom.h:237