📄 usbtcdpdiusbd12evallib.h
字号:
/* usbTcdPdiusbd12EvalLib.h - Defines interface to Philips usbTcdPdiusbd12Lib.c *//* Copyright 1999-2004 Wind River Systems, Inc. *//*Modification history--------------------01b,21jul04,hch Create the element in tl_drv_t22_usb-int branch Merge from development branch01b,19jul04,ami Coding Convention Changes01a,05aug99,rcb First.*//*DESCRIPTIONDefines the interface to the USB TCD (target controller driver) for the PhilipsPDIUSBD12 evaluation board.*/#ifndef __INCusbTcdPdiusbd12EvalLibh#define __INCusbTcdPdiusbd12EvalLibh#ifdef __cplusplusextern "C" {#endif/* typedefs *//* USB_TCD_PDIUSBD12_PARAMS * * The <tcdParam> to the USB_TCD_ATTACH function for this TCD must be a pointer * to the following structure. The caller must initialize the structure with the * correct parameters for the hardware to be attached. */typedef struct usbTcdPdiusbd12Params /* USB_TCD_PDIUSBD12_PARAMS */ { UINT32 ioBase; /* Base I/O address range */ UINT16 irq; /* IRQ channel (e.g., 5 = IRQ5) */ UINT16 dma; /* DMA channel (e.g., 3 = DMA3) */ } USB_TCD_PDIUSBD12_PARAMS, *pUSB_TCD_PDIUSBD12_PARAMS;/* function declarations */extern STATUS usbTcdPdiusbd12EvalExec (pVOID pTrb);#ifdef __cplusplus}#endif#endif /* __INCusbTcdPdiusbd12EvalLibh */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -