WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_rom_api.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2021. All rights reserved.
3 * Description: diag romable
4 * This file should be changed only infrequently and with great care.
5 */
6#ifndef __DIAG_ROM_API_H__
7#define __DIAG_ROM_API_H__
8#include "diag.h"
9typedef errcode_t (*diag_report_sys_msg_handler)(uint32_t module_id, uint32_t msg_id, const uint8_t *buf,
10 uint16_t buf_size, uint8_t level);
11
15
17#endif
void diag_rom_api_register(const diag_rom_api_t *api)
Definition diag_rom_api.c:20
errcode_t(* diag_report_sys_msg_handler)(uint32_t module_id, uint32_t msg_id, const uint8_t *buf, uint16_t buf_size, uint8_t level)
Definition diag_rom_api.h:9
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
Definition diag_rom_api.h:12
diag_report_sys_msg_handler report_sys_msg
Definition diag_rom_api.h:13