?? 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 + -