WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
soc_log_impl_str.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: dfx soc log impl str
4 * This file should be changed only infrequently and with great care.
5 */
6
7#ifndef SOC_LOG_IMPL_STR_H
8#define SOC_LOG_IMPL_STR_H
9#include <stdint.h>
10#include "errcode.h"
11#include "dfx_write_interface.h"
12
13typedef int32_t (*dfx_soc_log_output_handler)(const uint8_t *data, uint32_t len);
14
17
18#endif
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
int32_t(* dfx_soc_log_output_handler)(const uint8_t *data, uint32_t len)
Definition soc_log_impl_str.h:13
errcode_t dfx_serial_get_write_data_impl(dfx_write_data_interface_t *impl)
Definition soc_log_uart_instance.c:132
void dfx_register_soc_log_output_handler(dfx_soc_log_output_handler handler)
Definition soc_log_uart_instance.c:139
Definition dfx_write_interface.h:19
Definition hal_uart_v151_regs_def.h:38