usbuhcihostpep.h

来自「此文件是cp6000主板的bsp包」· C头文件 代码 · 共 53 行

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