WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
zdiag_rx_api.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2021. All rights reserved.
3 * Description: diag rx
4 * This file should be changed only infrequently and with great care.
5 */
6#ifndef __ZDIAG_RX_API_H__
7#define __ZDIAG_RX_API_H__
8#include "diag_common.h"
9int32_t soc_diag_channel_rx_mux_char_data(diag_channel_id_t id, uint8_t *data, uint16_t size);
10#endif
diag_channel_id_t
Definition dfx_resource_id.h:27
Definition hal_uart_v151_regs_def.h:38
int32_t soc_diag_channel_rx_mux_char_data(diag_channel_id_t id, uint8_t *data, uint16_t size)
Definition zdiag_rx_api.c:145