target.h

来自「三星ARM2410的看门狗与中断结合实验」· C头文件 代码 · 共 34 行

H
34
字号
/*=============================================================================
--------------------------------- 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 + =
减小字号Ctrl + -
显示快捷键?