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

📄 ivsimnt.h

📁 IXP425的BSP代码
💻 H
字号:
/* ivSimnt.h - simnt interrupt vectors *//* Copyright 1993-1995 Wind River Systems, Inc. *//*modification history--------------------01a,06oct97,cym  written*/#ifndef __INCivSimnth#define __INCivSimnth#ifdef __cplusplusextern "C" {#endif/* macros to convert interrupt vectors <-> interrupt numbers */#define IVEC_TO_INUM(intVec)    	(intVec)#define INUM_TO_IVEC(intNum)    	(intNum)#define IVEC_TO_MESSAGE(intVec) 	(intVec)#define MESSAGE_TO_IVEC(message)        (message)/* interrupt vector definitions */#ifdef __cplusplus}#endif#endif /* __INCivSimnth */

⌨️ 快捷键说明

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