usbhcdmpc5200lib.h

来自「MPC5200 BSP 支持ATA,USB, I2C,扩展网口」· C头文件 代码 · 共 49 行

H
49
字号
/* usbHcdMpc5200Lib.h.h - Defines entry point for OHCI HCD *//* Copyright 2000 Wind River Systems, Inc. *//*Modification history--------------------01a,23nov99,rcb  First.*//*DESCRIPTIONThis file exports the primary entry point for the OHCI host controllerdriver for USB.  The <param> to the HRB_ATTACH request should be a pointer to a PCI_CFG_HEADER which contains the PCI configuration header for theopen host controller to be managed.  Each invocation of the HRB_ATTACHfunction will return an HCD_CLIENT_HANDLE for which a single host controllerwill be exposed.*/#ifndef __INCusbHcdMpc5200Libh#define __INCusbHcdMpc5200Libh#ifdef	__cplusplusextern "C" {#endif/* function prototypes */STATUS usbHcdMpc5200Exec    (    pVOID pHrb			    /* HRB to be executed */    );#ifdef	__cplusplus}#endif#endif	/* __INCusbHcdMpc5200Libh *//* End of file. */

⌨️ 快捷键说明

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