⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hal_startup.h

📁 开放源码实时操作系统源码.
💻 H
字号:
#ifndef _HAL_STARTUP_H
#define _HAL_STARTUP_H

#include <cyg/infra/cyg_type.h>

//      Include the variant-specific startup header.

#include <cyg/hal/var_startup.h>

//      Declare the routine to call to simulate a hardware reset.

externC void hal_hw_reset(void);

#endif // _HAL_STARTUP_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -