WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
Basic Settings

函数

td_u32 wal_set_cal_rate_power (td_u8 protol, td_u8 rate, td_s32 val)
 Set cal rate power.CNcomment:对不同协议场景、不用速率分别做功率补偿CNend
 
td_u32 wal_set_cal_freq (td_s32 freq_offset)
 Set cal freq.CNcomment:进行常温频偏功率补偿CNend
 
unsigned int wal_get_cal_data (void)
 get cur cal data.CNcomment:获取当前产测校准值CNend
 
osal_u32 uapi_wifi_at_start (osal_s32 argc, const osal_char *argv[], osal_u32 cmd_type)
 always rx/tx interference function.CNcomment:常发常收等接口函数CNend
 

详细描述

函数说明

◆ uapi_wifi_at_start()

osal_u32 uapi_wifi_at_start ( osal_s32  argc,
const osal_char argv[],
osal_u32  cmd_type 
)

always rx/tx interference function.CNcomment:常发常收等接口函数CNend

Description:
always rx/tx interference function.CNcomment:常发常收等接口函数CNend
注意
NULL
参数
argc[IN] Type #int argc.CNcomment:命令参数个数CNend
argv[IN] Type #const char *argv.CNcomment:命令各参数对应的字符串数组CNend
cmd_type[IN] Type #unsigned int cmd_type.CNcomment:命令类型CNend
返回值
EXT_ERR_SUCCESSExcute successfully
#OtherError code
Dependency:
参见
NULL
自从

◆ wal_get_cal_data()

unsigned int wal_get_cal_data ( void  )

get cur cal data.CNcomment:获取当前产测校准值CNend

Description:
get cur cal data.CNcomment:获取当前产测校准值CNend
注意
NULL
参数
NULL
返回值
EXT_ERR_SUCCESSExcute successfully
#OtherError code
Dependency:
参见
NULL
自从

◆ wal_set_cal_freq()

td_u32 wal_set_cal_freq ( td_s32  freq_offset)

Set cal freq.CNcomment:进行常温频偏功率补偿CNend

Description:
Set cal freq.CNcomment:进行常温频偏功率补偿CNend
注意
NULL
参数
freq_offset[IN] Type #int freq offset.CNcomment:补偿值CNend
返回值
EXT_ERR_SUCCESSExcute successfully
#OtherError code
Dependency:
参见
NULL
自从

◆ wal_set_cal_rate_power()

td_u32 wal_set_cal_rate_power ( td_u8  protol,
td_u8  rate,
td_s32  val 
)

Set cal rate power.CNcomment:对不同协议场景、不用速率分别做功率补偿CNend

Description:
Set cal band power.CNcomment:对不同协议场景、不用速率分别做功率补偿CNend
注意
NULL
参数
protol[IN] Type #unsigned char protol.CNcomment:协议序号CNend
rate[IN] Type #unsigned char rate.CNcomment:速率CNend
val[IN] Type #int power val.CNcomment:补偿值CNend
返回值
EXT_ERR_SUCCESSExcute successfully
#OtherError code
Dependency:
参见
NULL
自从