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

📄 usbtcdnet2280lib.h

📁 vxworks 6.x 的全部头文件
💻 H
字号:
/* usbTcdNet2280Lib.h - Interfaces of Net2280 TCD *//* Copyright 2004 Wind River Systems, Inc. *//*Modification history--------------------01c,18sep04,ami  Change in usbTcdNET2280Exec Function Name01b,08sep04,ami  Code Review Comments Incorporated01a,03sep04,gpd  written*//*DESCRIPTIONThis file contains the interface data structures and the functions whichcan be used by the application and the Netchip2280 TCD.*/#ifndef __INCusbTcdNet2280Libh#define __INCusbTcdNet2280Libh#ifdef	__cplusplusextern "C" {#endif#define NET2280_NO_OF_PCI_BADDR	3	/* Number of base addresses *//* typedefs *//* USB_TCD_NET2280_PARAMS-tcd parameters */typedef struct usbTcdNET2280Params    {    UINT32	ioBase[NET2280_NO_OF_PCI_BADDR];	/* IO base array */    UINT8	irq;					/* IRQ value */    } USB_TCD_NET2280_PARAMS, *pUSB_TCD_NET2280_PARAMS;/* function declarations */extern STATUS usbTcdNET2280Exec (pVOID pTrb);#ifdef	__cplusplus}#endif#endif	/* __INCusbTcdNet2280Libh */

⌨️ 快捷键说明

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