WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_config.h
浏览该文件的文档.
1
5#ifndef AT_CONFIG_H
6#define AT_CONFIG_H
7
8#include <stdint.h>
9#include <stddef.h>
10#include <stdbool.h>
11#include <stdlib.h>
12#include <assert.h>
13#include "securec.h"
14#include "soc_osal.h"
15#include "common_def.h"
16#include "errcode.h"
17
18#ifdef __cplusplus
19#if __cplusplus
20extern "C" {
21#endif /* __cplusplus */
22#endif /* __cplusplus */
23
37#define AT_CMD_NAME_MAX_LENGTH 32
38
46#define AT_CMD_MAX_LENGTH 4160
47
55#define AT_MAX_TIME_OUT 150
56
64#define AT_MSG_MAX_NUM 10
65
66#ifdef CONFIG_AT_SUPPORT_CMD_TABLE_CHECK
67#define AT_PARA_MAX_NUM 32
68#endif
69
79typedef enum {
81#ifdef CONFIG_AT_SUPPORT_ZDIAG
82 AT_ZDIAG_PORT = 0x01,
83#endif
86
90#ifdef __cplusplus
91#if __cplusplus
92}
93#endif /* __cplusplus */
94#endif /* __cplusplus */
95
96#endif
at_channel_id_t
定义AT命令通道号,由产品定义。
Definition at_config.h:79
@ AT_MAX_PORT_NUMBER
Definition at_config.h:84
@ AT_UART_PORT
Definition at_config.h:80