isr.h

来自「it is a sample code for s3c2410 board.」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef _ISR_H_
#define _ISR_H_

#include "4510addr.h"

typedef void (*voidfun)();
/*****************************
 * max of interrupt table size
 *****************************/
#define	IRQ_INT_NO	21

void InitialHandler_ISR(void);
void InstallHandler_ISR(int i, voidfun isr);

#endif // _ISR_H_

⌨️ 快捷键说明

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