WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
cali_rc.h 文件参考
#include "osal_types.h"
#include "cali_outer_hal_if.h"
#include "cali_base_def.h"
cali_rc.h 的引用(Include)关系图:

浏览源代码.

宏定义

#define THIS_FILE_ID   OAM_FILE_ID_HAL_CALI_H
 
#define CALI_20M_BANDWIDTH_ADJUST   129 /* ACI刷新20M的RC CODE缩放值 */
 
#define CALI_BANDWIDTH_MASK_20M_ADJUST   198 /* TX MASK 20M的RC CODE缩放值 */
 
#define CALI_BANDWIDTH_CODE_MAX   0x7F /* rc code校准值max */
 
#define CALI_RC_AMP_FACTOR   (511)
 
#define CALI_RF_CALI_RC_RIGHT_SHIFT   (8)
 
#define CALI_RC_2500KHZ   (2500)
 
#define CALI_RC_20000KHZ   (20000)
 
#define CALI_RC_40000KHZ   (40000)
 
#define CALI_SA_WAIT_TIMEOUT   (100)
 

类型定义

typedef osal_u8 cali_rc_tone_enum_uint8
 

枚举

enum  cali_rc_tone_enum { CALI_RC_TONE_2P5M , CALI_RC_TONE_20M , CALI_RC_TONE_40M , CALI_RC_TONE_BUTT }
 

函数

osal_void cali_rc_path (const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 rf_cali_bandwidth, osal_u8 chain)
 
osal_void cali_rc_recover (const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 rf_cali_bandwidth, osal_u8 chain)
 
osal_void cali_rc (const hal_device_stru *device, wlan_channel_band_enum_uint8 band, cali_bandwidth_enum_uint8 rf_cali_bandwidth, osal_u8 chain, osal_u8 chn_idx)
 
osal_void cali_adjust_bandwidth (const hal_device_stru *device, wlan_channel_band_enum_uint8 band)
 
osal_void cali_rc_get_tone_sa_report (const hal_device_stru *device, cali_rc_tone_enum_uint8 tone_idx, osal_u32 *sa_val)
 

宏定义说明

◆ CALI_20M_BANDWIDTH_ADJUST

#define CALI_20M_BANDWIDTH_ADJUST   129 /* ACI刷新20M的RC CODE缩放值 */

◆ CALI_BANDWIDTH_CODE_MAX

#define CALI_BANDWIDTH_CODE_MAX   0x7F /* rc code校准值max */

◆ CALI_BANDWIDTH_MASK_20M_ADJUST

#define CALI_BANDWIDTH_MASK_20M_ADJUST   198 /* TX MASK 20M的RC CODE缩放值 */

◆ CALI_RC_20000KHZ

#define CALI_RC_20000KHZ   (20000)

◆ CALI_RC_2500KHZ

#define CALI_RC_2500KHZ   (2500)

◆ CALI_RC_40000KHZ

#define CALI_RC_40000KHZ   (40000)

◆ CALI_RC_AMP_FACTOR

#define CALI_RC_AMP_FACTOR   (511)

◆ CALI_RF_CALI_RC_RIGHT_SHIFT

#define CALI_RF_CALI_RC_RIGHT_SHIFT   (8)

◆ CALI_SA_WAIT_TIMEOUT

#define CALI_SA_WAIT_TIMEOUT   (100)

◆ THIS_FILE_ID

#define THIS_FILE_ID   OAM_FILE_ID_HAL_CALI_H

类型定义说明

◆ cali_rc_tone_enum_uint8

枚举类型说明

◆ cali_rc_tone_enum

枚举值
CALI_RC_TONE_2P5M 
CALI_RC_TONE_20M 
CALI_RC_TONE_40M 
CALI_RC_TONE_BUTT 

函数说明

◆ cali_adjust_bandwidth()

osal_void cali_adjust_bandwidth ( const hal_device_stru device,
wlan_channel_band_enum_uint8  band 
)

◆ cali_rc()

osal_void cali_rc ( const hal_device_stru device,
wlan_channel_band_enum_uint8  band,
cali_bandwidth_enum_uint8  rf_cali_bandwidth,
osal_u8  chain,
osal_u8  chn_idx 
)

◆ cali_rc_get_tone_sa_report()

osal_void cali_rc_get_tone_sa_report ( const hal_device_stru device,
cali_rc_tone_enum_uint8  tone_idx,
osal_u32 sa_val 
)

◆ cali_rc_path()

osal_void cali_rc_path ( const hal_device_stru device,
wlan_channel_band_enum_uint8  band,
cali_bandwidth_enum_uint8  rf_cali_bandwidth,
osal_u8  chain 
)

◆ cali_rc_recover()

osal_void cali_rc_recover ( const hal_device_stru device,
wlan_channel_band_enum_uint8  band,
cali_bandwidth_enum_uint8  rf_cali_bandwidth,
osal_u8  chain 
)