mds8360intrmux.h
来自「MPC8360MDS VXWORKS BSP」· C头文件 代码 · 共 42 行
H
42 行
/* mds8360IntrMux.h - Mds8360 interrupt multiplexor header file *//* Copyright (c) 2006 Wind River Systems, Inc. *//*modification history--------------------01a,10jan05,dtr adapted from m85xxIntrCtl.*/#ifndef __INCmds8360IntrMuxh#define __INCmds8360IntrMuxh#include "vxWorks.h"#ifdef __cplusplusextern "C" {#endif#ifndef _ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)IMPORT STATUS mds8360IntrInit ();extern STATUS mds8360IntDisable (int );IMPORT STATUS mds8360IntEnable (int );#elseIMPORT STATUS mds8360IntrInit ();extern STATUS mds8360IntDisable ();IMPORT STATUS mds8360IntEnable ();#endif /* __STDC__ */#endif /* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCmds8360IntrMuxh */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?