WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_cmd_filter_st.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: dfx filter st
4 * This file should be changed only infrequently and with great care.
5 */
6
7#ifndef DIAG_CMD_FILTER_ST_H
8#define DIAG_CMD_FILTER_ST_H
9
10#include <stdint.h>
11
12typedef struct {
13 uint16_t module_id; /* Module ID, when MSG is SYS or USR, mark the subcategories under the two categories */
14 uint8_t is_dest_module; /* Is it the target module */
15 uint8_t switch_code; /* Turns the configuration on or off */
17
18#endif
Definition diag_cmd_filter_st.h:12
uint8_t switch_code
Definition diag_cmd_filter_st.h:15
uint16_t module_id
Definition diag_cmd_filter_st.h:13
uint8_t is_dest_module
Definition diag_cmd_filter_st.h:14