www.pudn.com > DMAjian.rar > target.h


/* 
;************************************************************************************************************ 
;*				    				     北京精仪达盛科技有限公司 
;*                                     	    研    发    部 
;* 
;*                                 	    http://www.techsine.com 
;* 
;*--------------------------------------------- 文件信息 ----------------------------------------------------                                       
;* 
;* 文件名称 : target.h	 
;* 文件功能 : 该文件为目标板的函数声明。 
;* 补充说明 :  
;*-------------------------------------------- 最新版本信息 ------------------------------------------------- 
;* 修改作者 : ARM开发小组 
;* 修改日期 : 2004/00/00 
;* 版本声明 : V1.0.1 
;*-------------------------------------------- 历史版本信息 ------------------------------------------------- 
;* 文件作者 : ARM开发小组 
;* 创建日期 : 2004/07/07 
;* 版本声明 : v1.0.0 
;*----------------------------------------------------------------------------------------------------------- 
************************************************************************************************************* 
*/ 
/* 
************************************************************************************************************* 
***                                        数据类型重定义                                                 *** 
************************************************************************************************************* 
*/	 
 
 
void HaltUndef(void); 
 
void HaltSwi(void); 
void HaltPabort(void); 
void HaltDabort(void); 
 
void Isr_Init(void); 
void Target_Init(void); 
void Timer1_Init(void);