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
20
extern
"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
79
typedef
enum
{
80
AT_UART_PORT
= 0x00,
81
#ifdef CONFIG_AT_SUPPORT_ZDIAG
82
AT_ZDIAG_PORT = 0x01,
83
#endif
84
AT_MAX_PORT_NUMBER
85
}
at_channel_id_t
;
86
90
#ifdef __cplusplus
91
#if __cplusplus
92
}
93
#endif
/* __cplusplus */
94
#endif
/* __cplusplus */
95
96
#endif
common_def.h
errcode.h
at_channel_id_t
at_channel_id_t
定义AT命令通道号,由产品定义。
Definition
at_config.h:79
AT_MAX_PORT_NUMBER
@ AT_MAX_PORT_NUMBER
Definition
at_config.h:84
AT_UART_PORT
@ AT_UART_PORT
Definition
at_config.h:80
securec.h
soc_osal.h
src
middleware
chips
ws63
dfx
include
at_config.h
由
William Goodspeed
维护 | E-mail: gongzl@stu.hebust.edu.cn | Wechat: a23333344 | ALSO CHECKOUT
WS63FLASH
!
生成于 2025年 一月 4日 星期六 17:47:12 , 为 WS63 SDK 文档使用
1.9.8