WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
dfx_channel.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: dfx uart channel
4 * This file should be changed only infrequently and with great care.
5 */
6#ifndef DFX_CHANNEL_H
7#define DFX_CHANNEL_H
8
9#include <stdint.h>
10#include "errcode.h"
11
12void diag_uart_rx_proc(uint8_t *buffer, uint16_t length);
14#endif
errcode_t diag_register_channel(void)
Definition dfx_channel.c:37
void diag_uart_rx_proc(uint8_t *buffer, uint16_t length)
Definition dfx_channel.c:17
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30