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

📄 usbkeyboardtypep.h

📁 此文件是cp6000主板的bsp包
💻 H
字号:
/* usbKeyboardTyPep.h - USB keyboard with TY device driver connection *//* Copyright 2002 Kontron Modular Computers GmbH *//*modification history--------------------01b,01aug02,phd copyright adjusted01a,19nov01,phd	created*/#ifndef __INCusbKeyboardTyPep_h#define __INCusbKeyboardTyPep_h#ifdef __cplusplusextern "C" {#endif/* includes */#include "vxWorks.h"#include "sioLib.h"#include "versionPep.h"/* defines */PEP_VERSION(usbKeyboardTyPep_h,01b)		/* version identifier *//* externals */IMPORT SIO_CHAN* pUsbKeyboardTySioChan;	/* SIO channel assigned to the TY device *//* function prototypes */#if defined(__STDC__) || defined(__cplusplus)IMPORT STATUS usbKeyboardTyInit (void);IMPORT STATUS usbKeyboardTyHook (int opCode);#elseIMPORT STATUS usbKeyboardTyInit ();IMPORT STATUS usbKeyboardTyHook ();#endif	/* __STDC__ */#ifdef	__cplusplus}#endif#endif /* __INCusbKeyboardTyPep_h *//* eof */

⌨️ 快捷键说明

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