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

结构体

struct  at_cmd_list_t
 

类型定义

typedef struct at_cmd_list_t at_cmd_list_t
 

函数

uint32_t at_cmd_get_entry_total (void)
 
uint32_t at_cmd_get_all_entrys (const at_cmd_entry_t **entrys, uint32_t cnt)
 
const at_cmd_entry_tat_cmd_find_entry (char *str, uint16_t *offset)
 
uint32_t at_cmd_get_max_struct_size (void)
 
errcode_t uapi_at_cmd_table_register (const at_cmd_entry_t *table, uint32_t len, uint32_t struct_max_size)
 注册AT命令列表。
 

变量

at_cmd_list_tg_at_cmd_list = NULL
 
uint32_t g_at_cmd_struct_max_size = 0
 

类型定义说明

◆ at_cmd_list_t

typedef struct at_cmd_list_t at_cmd_list_t

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Provides AT command source

函数说明

◆ at_cmd_find_entry()

const at_cmd_entry_t * at_cmd_find_entry ( char *  str,
uint16_t *  offset 
)

◆ at_cmd_get_all_entrys()

uint32_t at_cmd_get_all_entrys ( const at_cmd_entry_t **  entrys,
uint32_t  cnt 
)

◆ at_cmd_get_entry_total()

uint32_t at_cmd_get_entry_total ( void  )

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Provides at cmd service header. Only for AT module.

◆ at_cmd_get_max_struct_size()

uint32_t at_cmd_get_max_struct_size ( void  )

变量说明

◆ g_at_cmd_list

at_cmd_list_t* g_at_cmd_list = NULL

◆ g_at_cmd_struct_max_size

uint32_t g_at_cmd_struct_max_size = 0