WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_config.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2023. All rights reserved.
3 */
4
5#ifndef DIAG_CONFIG_H
6#define DIAG_CONFIG_H
7
8#include <stdint.h>
9#include "dfx_resource_id.h"
10
11#define DFX_MSG_MAX_SIZE 0x20 /* msg element size of msg queue */
12#define DFX_MSG_ID_LEN sizeof(uint32_t)
13#define DFX_QUEUE_MAX_SIZE 64
14
15#define CONFIG_DIAG_CMD_TBL_NUM 10 /* diag:Maximum number of cmd tbl cnt */
16#define CONFIG_DIAG_IND_TBL_NUM 3 /* diag:Maximum number of ind tbl cnt */
17#define CONFIG_STAT_CMD_LIST_NUM 10 /* diag:Maximum number of stat tbl cnt */
18#define CONFIG_DIAG_RX_BUF_SIZE 0x200 /* diag:rx buf size */
19#define CONFIG_DIAG_TRANSMIT_ITEM_CNT 3 /* diag:Maximum transfer item cnt */
20#define CONFIG_DIAG_FILTER_GROUP_NUM 10 /* diag: Maximum number of diag file group */
21
22#endif /* DIAG_CONFIG_H */