⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 target.h

📁 三星ARM2410的看门狗与中断结合实验
💻 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 + -