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

📄 usbuhcihostpep.h

📁 此文件是cp6000主板的bsp包
💻 H
字号:
/* usbUhciHostPep.h - USB host and controller driver initialization *//* Copyright 2002 Kontron Modular Computers GmbH *//*modification history--------------------01c,26feb03,gko introduced parameter for usbUhciHostInit()01b,01aug02,phd copyright adjusted01a,03dec01,phd	created*/#ifndef __INCusbUhciHostPep_h#define __INCusbUhciHostPep_h#ifdef __cplusplusextern "C" {#endif/* includes */#include "vxWorks.h"#include "versionPep.h"/* defines *//* version identifier */PEP_VERSION(usbUhciHostPep_h,01c)/* function prototypes */#if defined(__STDC__) || defined(__cplusplus)IMPORT STATUS usbUhciHostInit		(void);IMPORT STATUS usbUhciHostIrqDisable	(void);STATUS usbChangeUhciIntPriority (int);#elseIMPORT STATUS usbUhciHostInit		();IMPORT STATUS usbUhciHostIrqDisable	();STATUS usbChangeUhciIntPriority ();#endif	/* __STDC__ */#ifdef	__cplusplus}#endif#endif /* __INCusbUhciHostPep_h *//* eof */

⌨️ 快捷键说明

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