|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

宏定义 | |
| #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) |
| #define CALI_20M_BANDWIDTH_ADJUST 129 /* ACI刷新20M的RC CODE缩放值 */ |
| #define CALI_BANDWIDTH_CODE_MAX 0x7F /* rc code校准值max */ |
| #define CALI_BANDWIDTH_MASK_20M_ADJUST 198 /* TX MASK 20M的RC CODE缩放值 */ |
| #define CALI_RC_20000KHZ (20000) |
| #define CALI_RC_2500KHZ (2500) |
| #define CALI_RC_40000KHZ (40000) |
| #define CALI_RC_AMP_FACTOR (511) |
| #define CALI_RF_CALI_RC_RIGHT_SHIFT (8) |
| #define CALI_SA_WAIT_TIMEOUT (100) |
| #define THIS_FILE_ID OAM_FILE_ID_HAL_CALI_H |
| typedef osal_u8 cali_rc_tone_enum_uint8 |
| enum cali_rc_tone_enum |
| osal_void cali_adjust_bandwidth | ( | const hal_device_stru * | device, |
| wlan_channel_band_enum_uint8 | band | ||
| ) |
| 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_rc_get_tone_sa_report | ( | const hal_device_stru * | device, |
| cali_rc_tone_enum_uint8 | tone_idx, | ||
| osal_u32 * | sa_val | ||
| ) |
| 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 | ||
| ) |