WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_process.h
浏览该文件的文档.
1
7#ifndef AT_PROCESS_H
8#define AT_PROCESS_H
9
10#include "at_product.h"
11
12at_ret_t at_proc_cmd_handle(uint16_t channel_id);
13
15
16#ifdef CONFIG_AT_SUPPORT_NOTIFY_REPORT
17void at_proc_cmd_urc_handle(void);
18#endif
19
20#ifdef CONFIG_AT_SUPPORT_ASYNCHRONOUS
21at_ret_t at_proc_interactivity_handle(uint16_t channel_id);
22
23at_ret_t at_proc_timeout_handle(void);
24
25at_ret_t at_proc_cmd_result_handle(uint16_t result);
26#endif
27
28#endif
at_ret_t at_proc_cmd_handle(uint16_t channel_id)
Definition at_process.c:351
uint16_t at_proc_get_current_channel_id(void)
Definition at_process.c:37
at_ret_t
定义AT错误码。
Definition at.h:46