WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_reset.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file for hal_reset.c.
4 */
5
6#ifndef __HAL_RESET_H__
7#define __HAL_RESET_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "hal_reset_rom.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19
20#undef THIS_FILE_ID
21#define THIS_FILE_ID OAM_FILE_ID_HAL_RESET_H
22
23#ifdef __cplusplus
24#if __cplusplus
25}
26#endif
27#endif
28
29#endif /* end of hal_reset.h */