hal_startup.h
来自「eCos操作系统源码」· C头文件 代码 · 共 16 行
H
16 行
#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 + =
减小字号Ctrl + -
显示快捷键?