int.h

来自「研勤公司2440开发板的测试程序」· C头文件 代码 · 共 21 行

H
21
字号
//====================================================================
// File Name : 2440int.h
// Function  : S3C2440 Interrupt Test Head File
// Program   : Shin, On Pil (SOP)
// Date      : March 12, 2002
// Version   : 0.0
// History
//   0.0 : Programming start (March 12, 2002) -> SOP
//   0.1 : modified for s3c2440 (May xx, 2003) -> DonGo
//====================================================================

#ifndef __2440INT_H__
#define __2440INT_H__

void Test_Int(void);

void Test_Fiq(void);
void Change_IntPriorities(void);

#endif     //__2440INT_H__

⌨️ 快捷键说明

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