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

结构体 | |
| 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_t * | at_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_t * | g_at_cmd_list = NULL |
| uint32_t | g_at_cmd_struct_max_size = 0 |
| 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
| const at_cmd_entry_t * at_cmd_find_entry | ( | char * | str, |
| uint16_t * | offset | ||
| ) |
| uint32_t at_cmd_get_all_entrys | ( | const at_cmd_entry_t ** | entrys, |
| uint32_t | cnt | ||
| ) |
| 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.
| uint32_t at_cmd_get_max_struct_size | ( | void | ) |
| at_cmd_list_t* g_at_cmd_list = NULL |
| uint32_t g_at_cmd_struct_max_size = 0 |