WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_sample_data_st.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: sample data st
4 * This file should be changed only infrequently and with great care.
5 */
6#ifndef DIAG_SAMPLE_DATA_ST_H
7#define DIAG_SAMPLE_DATA_ST_H
8#include <stdint.h>
9
10typedef struct {
11 uint32_t flag;
12 uint32_t transmit_id;
14
15typedef struct {
16 uint32_t ret;
17 uint32_t flag;
18 uint32_t transmit_id;
20
21typedef struct {
22 uint32_t transmit_id;
23 uint32_t ret;
24 uint32_t offset;
25 uint32_t size;
26 uint32_t crc;
27 uint8_t data[0];
29
30#endif
Definition diag_sample_data_st.h:10
uint32_t flag
Definition diag_sample_data_st.h:11
uint32_t transmit_id
Definition diag_sample_data_st.h:12
Definition diag_sample_data_st.h:15
uint32_t transmit_id
Definition diag_sample_data_st.h:18
uint32_t flag
Definition diag_sample_data_st.h:17
uint32_t ret
Definition diag_sample_data_st.h:16
Definition diag_sample_data_st.h:21
uint32_t crc
Definition diag_sample_data_st.h:26
uint32_t size
Definition diag_sample_data_st.h:25
uint32_t offset
Definition diag_sample_data_st.h:24
uint32_t transmit_id
Definition diag_sample_data_st.h:22
uint32_t ret
Definition diag_sample_data_st.h:23
Definition hal_uart_v151_regs_def.h:38