Rabbit 32Bit RTOS源代码

源代码在线查看: interrupt.h

软件大小: 120 K
上传用户: yxm_325
关键词: Rabbit RTOS Bit 32
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*********************************************************************
				*                   Copyright (c) 2011-2012,李士伟
				*                     All rights reserved.
				*文 件 名:interrupt.h
				*描    述:与中断相关的一些函数头文件
				*当前版本:V1.00
				*作    者:李士伟
				*创建日期:2011.10.02
				**********************************************************************/
				#ifndef __INTERRUPT_H__
				#define __INTERRUPT_H__
				#include 
				#ifdef __cplusplus
				extern "C" {
				#endif
				extern void ISR_Default(void);
				extern void OS_IntExit(void);
				#ifdef __cplusplus
				}
				#endif
				#endif
							

相关资源