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

📄 interrupt.h

📁 S3c2440硬件测试程序
💻 H
字号:
//===================================================================
// File Name : Interrupt.h
// Function  : S3C2440 
// Date      : October,17 2007
// Version   : 0.0
// History
//  14:45 :Oct.17.2007:SOP     : Programming start
//  
//===================================================================

#ifndef __Interrupt_h__
#define __Interrupt_h__

#ifdef __cplusplus
extern "C" {
#endif

void HPI_ISR_function(void);

#ifdef __cplusplus
}
#endif

#endif  //__Interrupt_h__

⌨️ 快捷键说明

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