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

📄 usbtcdisp1582evallib.h

📁 vxworks 6.x 的全部头文件
💻 H
字号:
/* usbTcdIsp1582EvalLib.h -Defines interface to Philips usbTcdIsp1582EvalLib.c*//* Copyright 2004 Wind River Systems, Inc. *//*Modification history--------------------01b,19jul04,ami  Coding Convention Changes01a,21apr04,ami  First.*//*DESCRIPTIONDefines the interface to the USB TCD (target controller driver) for the PhilipsISP 1582 evaluation board.*/#ifndef __INCusbTcdIsp1582EvalLibh#define __INCusbTcdIsp1582EvalLibh#ifdef	__cplusplusextern "C" {#endif/* typedefs */typedef struct usbTcdIsp1582Params  /* USB_TCD_ISP1582_PARAMS */    {    UINT32	ioBase;		/* Base I/O address range */    UINT16	irq;		/* IRQ channel */    UINT16	dma;		/* DMA channel */    } USB_TCD_ISP1582_PARAMS, *pUSB_TCD_ISP1582_PARAMS;/* function declaration */extern STATUS usbTcdIsp1582EvalExec (pVOID pTrb);/* Primary TCD entry point */#ifdef	__cplusplus}#endif#endif	/* __INCusbTcdIsp1582EvalLibh */

⌨️ 快捷键说明

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