📄 irq.h
字号:
/**************************************************************************
*
* ARM - Strategic Support Group
*
***************************************************************************/
/***************************************************************************
*
* Module : irq.h
* Description :
*
* irq_ser handles the counter timer provided by the Sharp LS77790.
* Used to time a sequence of code. As well as setting up the
* button interrupt and servicing the irq interrupts
*
* Tool Chain : ARM Developer Suite v1.0
* Platform : Evaluator7T
* History :
*
* 980329 ASloss
* - Added header information
*
* 2000-04-02 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -