📄 mds8360intrmux.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -