WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_zdiag.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2024-2024. All rights reserved.
3 * Description: software at by zdiag
4 */
5#ifndef ZDIAG_AT_H
6#define ZDIAG_AT_H
7
8#ifdef CONFIG_AT_SUPPORT_ZDIAG
9#include "diag.h"
10
11void zdiag_at_init(void);
12errcode_t zdiag_at_proc(uint16_t cmd_id, void *cmd_param, uint16_t cmd_param_size, diag_option_t *option);
13
14#endif
15#endif /* ZDIAG_AT_H */
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
option选项,当前存放对端地址
Definition diag.h:38