irq_ser.h

来自「AT91所有开发板的资料 AT91所有开发板的资料」· C头文件 代码 · 共 70 行

H
70
字号
/**************************************************************************
 *
 * ARM Strategic Support Group
 *
 ***************************************************************************/

/***************************************************************************
 *
 * Module		: irq.h
 * Description 	:
 *
 *		Setup the button interrupt
 *    
 * Tool Chain	: ARM Developer Suite v1.0
 * Platform		: Evalautor7T
 * History		:
 *
 *		980329 ASloss
 *		- added header information
 *
 *		2000-04-04 Andrew N. Sloss
 *		- ported to Evaluator7T
 *
 **************************************************************************/

/**************************************************************************
 * IMPORTS
 **************************************************************************/

// none...

/**************************************************************************
 * MACROS
 **************************************************************************/

// none...

/**************************************************************************
 * DATATYPES
 **************************************************************************/

// none...

/**************************************************************************
 * STATICS
 **************************************************************************/

// none...

/**************************************************************************
 * ROUTINES
 **************************************************************************/

/* -- irq_init -------------------------------------------------------------
 *
 * Description	: Call only once, at system initialization. Initializes
 *		  		  internal variables.
 *
 * Parameters	: none...
 * Return		: none...
 * Notes		: none...
 *
 */

extern void irq_init(void);	

/**************************************************************************
 * End of irq.h
 **************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?