usrusbuhciinit.c
来自「IXP425的BSP代码」· C语言 代码 · 共 53 行
C
53 行
/* usrUsbUhciInit.c - USB Configlette *//* Copyright 1999-2000 Wind River Systems, Inc. *//*Modification history--------------------01a,26jan00,wef First.*//*DESCRIPTIONContaines routines for inializing an UHCI controller and attaching it to the USB host stack. */# include "drv/pci/pciConfigLib.h"# include "usb/usbdLib.h"# include "usb/usbPlatform.h"# include "usb/usbHandleLib.h"# include "drv/usb/usbUhci.h"# include "usb/pciConstants.h"# include "drv/usb/usbHcd.h"# include "drv/usb/usbHcdUhciLib.h"#include "usb/usbPciLib.h"/*************************************************************************** usrUsbUhciInit - Attach UHCI controller** RETURNS: Nothing*/void usrUsbUhciInit(void) {/* It is up the the user to create a function here that attaches a host controller appropriatly for the context of the application. Refer to the code for usbTool. It presents a good example of the host controller attachment process*/ }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?