WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_dfx_cmd_init.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: dfx system init
4 * This file should be changed only infrequently and with great care.
5 */
6#ifndef DIAG_DFX_CMD_INIT_H
7#define DIAG_DFX_CMD_INIT_H
8
9#include "errcode.h"
10
12
13#endif /* DIAG_DFX_CMD_INIT_H */
errcode_t diag_dfx_cmd_init(void)
Definition diag_dfx_cmd_init.c:82
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30