extint.h
来自「周立功开发板」· C头文件 代码 · 共 39 行
H
39 行
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**
;** http://www.cs.suswt.edu.cn
;**
;** 日期: 2007/10/17
;** 描述: 西南科技大学计算机学院CS-II型实验板外部中断驱动工作程序头文件
;** 作者:
;**
;**--------------extint.h文件
;**------------------------------------------------------------------------------------------------------*/
/**------------------------------------------------------------------------------------------------------
********************************************************************************************************/
#ifndef _EXTINT_H_ /* avoid being incude more than once */
#define _EXTINT_H_
/************************************************
* Header file *
***********************************************/
#include"config.h"
/************************************************
* Macros *
***********************************************/
/************************************************
* Function declaration *
***********************************************/
extern void EINT0Init(void); //外部中断0初始化程序
#endif
/******************************************************************************
* End of Entire File *
*****************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?