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

📄 interrupt.h

📁 三星2413芯片的测试代码,对进行驱动开发很有帮助.
💻 H
字号:
//====================================================================
// File Name : eint.h
// Function  : S3C2442 Interrupt Test Head File
// Date      : March 12, 2002
// Version   : 0.0
// History
//   0.0 : Programming start (March 12, 2002) -> SOP
//   0.1 : modified for s3c2442 (May xx, 2003) -> DonGo
//====================================================================

#ifndef __INTERRUPT_H__
#define __INTERRUPT_H__

#ifdef __cplusplus
extern "C" {
#endif


void Ch13_Interrupt(void);

#ifdef __cplusplus
}
#endif


#endif  //__INTERRUPT_H__

⌨️ 快捷键说明

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