📄 hal_startup.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 + -