📄 usrusbuhciinit.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -