eint.h

来自「The firmware test code for s3c2440」· C头文件 代码 · 共 17 行

H
17
字号
//====================================================================
// File Name : eint.h
// Function  : S3C2440 Interrupt Test Head File
// 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 __EINT_H__
#define __EINT_H__

void Test_Eint(void);

#endif /*__EINT_H__*/

⌨️ 快捷键说明

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