📄 interrupt.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 + -