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

📄 swi.h

📁 AT91所有开发板的资料 AT91所有开发板的资料
💻 H
字号:
/**************************************************************************
 *
 * ARM Strategic Support Group
 *
 ***************************************************************************/

/***************************************************************************
 *
 * Module		: swi.h
 * Description 	: Top level interrupt & SWI handler	
 * Tool Chain	: ARM Developer Suite v1.0
 * Platform		: Evaluator7T
 * History		:
 *
 *		980329 ASloss
 *		- Added header
 *
 *		2000-04-04 Andrew N. Sloss
 *		- ported to Evaluator7T
 *
 **************************************************************************/

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

// none...

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

// none...

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

// none...

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

/* -- swi_interrupt -------------------------------------------------------
 *
 * Description	: handles the interrupt at the top level
 *
 * Parameters	: none...
 * Return	: none...
 * Notes	: none...
 *
 */

void swi_interrupt (void);

/* -- swi_78_routine ------------------------------------------------------
 *
 * Description	: simple swi routine
 *
 * Parameters	: none...
 * Return	: none...
 * Other info	: none...
 *
 */

void swi_78_routine (void);

/**************************************************************************
 * END OF swi.h
 **************************************************************************/

⌨️ 快捷键说明

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