WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
dfx_system_init.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: dfx system init
4 * This file should be changed only infrequently and with great care.
5 */
6#ifndef DFX_SYSTEM_INIT_H
7#define DFX_SYSTEM_INIT_H
8
9#include <stdint.h>
10#include "errcode.h"
11#include "log_oam_logger.h"
12
14unsigned long dfx_get_osal_queue_id(void);
15int32_t msg_process_proc(uint32_t msg_id, uint8_t *data, uint32_t size);
16#endif
int32_t msg_process_proc(uint32_t msg_id, uint8_t *data, uint32_t size)
Definition dfx_system_init.c:93
errcode_t dfx_system_init(void)
Definition dfx_system_init.c:179
unsigned long dfx_get_osal_queue_id(void)
Definition dfx_system_init.c:83
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
Definition hal_uart_v151_regs_def.h:38