WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
core.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2018-2020. All rights reserved.
3 * Description: Contains a define telling the rest of the code which core this is
4 *
5 * Create: 2021-06-16
6 */
7
8#ifndef CORE_H
9#define CORE_H
10
12#include "chip_core_irq.h"
13#include "std_def.h"
14#include "platform_types.h"
15
16#endif