📄 target.h
字号:
/*=============================================================================
--------------------------------- Copy Left -----------------------------------
Illidan Fly's Project
Power by BigFly Network
http://bigfly.happybobby.com
Released under GPL2 License
----------------------------- File Description --------------------------------
Filename: target.h
Date: 2006.10.04
Version: 0.0.1
Description:
Target board init & int handler.
----------------------------- Version History ---------------------------------
0.0.1: First release
=============================================================================*/
#ifndef __TARGET_H__
#define __TARGET_H__
void HaltUndef(void);
void HaltSwi(void);
void HaltPabort(void);
void HaltDabort(void);
void Isr_Init(void);
void Port_Init(void);
void Target_Init(void);
#endif //__TARGET_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -