|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "at_product.h"

函数 | |
| 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) |
| const at_cmd_entry_t * | at_cmd_find_entry_by_name (const char *name) |
| uint32_t | at_cmd_get_max_struct_size (void) |
| const at_cmd_entry_t * at_cmd_find_entry | ( | char * | str, |
| uint16_t * | offset | ||
| ) |
| const at_cmd_entry_t * at_cmd_find_entry_by_name | ( | const char * | name | ) |
| 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 | ) |