WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
panic_private.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2018-2020. All rights reserved.
3 * Description: PANIC module internal header
4 */
5
6#ifndef PANIC_PRIVATE_H
7#define PANIC_PRIVATE_H
8
9#include "panic.h"
10#if defined USE_CMSIS_OS
11#include "cmsis_os2.h"
12#endif
13#ifdef SUPPORT_DFX_PRESERVE
14#include "preserve.h"
15#endif
16#include "systick.h"
17
18#endif