ivsimnt.h

来自「IXP425的BSP代码」· C头文件 代码 · 共 33 行

H
33
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?