usbtcdisp1582evallib.h
来自「vxworks 6.x 的全部头文件」· C头文件 代码 · 共 47 行
H
47 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?