WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_cmd_beat_heart.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: dfx beat heart
4 * This file should be changed only infrequently and with great care.
5 */
6#ifndef __DIAG_CMD_BEAT_HEART_H__
7#define __DIAG_CMD_BEAT_HEART_H__
8
9#include "errcode.h"
10#include "diag.h"
11
12errcode_t diag_cmd_beat_heart(uint16_t cmd_id, void *cmd_param, uint16_t cmd_param_size, diag_option_t *option);
15#endif
errcode_t diag_cmd_beat_heart(uint16_t cmd_id, void *cmd_param, uint16_t cmd_param_size, diag_option_t *option)
Definition diag_cmd_beat_heart.c:21
void diag_beat_heart_process(void)
Definition diag_cmd_beat_heart.c:33
errcode_t diag_beat_heart_init(void)
Definition diag_cmd_beat_heart.c:88
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
option选项,当前存放对端地址
Definition diag.h:38