WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
zdiag_debug.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2021. All rights reserved.
3 * Description: diag debug
4 * This file should be changed only infrequently and with great care.
5 */
6
7#ifndef __ZDIAG_DEBUG_H__
8#define __ZDIAG_DEBUG_H__
9
10#include "errcode.h"
11#include "diag_common.h"
12#include "diag_pkt.h"
13
14void zdiag_debug_print_pkt_info(const char *str, uint8_t *pkt);
15void zdiag_pkt_printf(const char *str, const diag_pkt_handle_t *pkt);
16#endif
Definition diag_pkt.h:32
void zdiag_debug_print_pkt_info(const char *str, uint8_t *pkt)
Definition zdiag_debug.c:79
void zdiag_pkt_printf(const char *str, const diag_pkt_handle_t *pkt)
Definition zdiag_debug.c:119