WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_cmd_beat_heart_st.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: dfx beat heart st
4 * This file should be changed only infrequently and with great care.
5 */
6
7#ifndef __DIAG_CMD_BEAT_HEART_ST_H__
8#define __DIAG_CMD_BEAT_HEART_ST_H__
9
10#include <stdint.h>
11
12typedef struct {
13 uint32_t dir;
14 uint32_t random_data;
16
17#define DIAG_HEART_BEAT_DIR_UP (0x1)
18#define DIAG_HEART_BEAT_DIR_DOWN (0x2)
19#endif
Definition diag_cmd_beat_heart_st.h:12
uint32_t dir
Definition diag_cmd_beat_heart_st.h:13
uint32_t random_data
Definition diag_cmd_beat_heart_st.h:14