WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
driver_soc_at.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2019-2022. All rights reserved.
3 * Description: driver_soc_at header
4 */
5
6#ifndef DRIVER_EXT_AT_H
7#define DRIVER_EXT_AT_H
8#include "td_base.h"
9
10#ifdef CONFIG_AT_PRINT
12#else
13#define uapi_at_printf(fmt, arg...)
14#endif
15
16#endif /* DRIVER_EXT_AT_H */
#define uapi_at_printf(fmt, arg...)
Definition driver_soc_at.h:13
#define TD_CONST
Definition td_base.h:18
int td_s32
Definition td_type.h:44
char td_char
Definition td_type.h:41