2410int.h

来自「SAMSUNG官方发布的S3C2410开发板的最完整测试程序。本人用ADS1.2」· C头文件 代码 · 共 18 行

H
18
字号
//====================================================================
// File Name : 2410int.h
// Function  : S3C2410 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
//====================================================================

#ifndef __2410INT_H__
#define __2410INT_H__

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

#endif     //__2410INT_H__

⌨️ 快捷键说明

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