Home |
Function RTURegisterUHCI Function RTUWaitInitialEnumDone |
Function RTURegisterUHCIRTURegisterUHCI registers a UHCI USB host controller with RTUSB-32: void RTURegisterUHCI(WORD IOBase, BYTE IRQ); ParametersIOBasePort I/O address of the host controller's registers. IRQInterrupt request number used by the host controller. For PCI-based host controllers, the register address and IRQ value can be read from the PCI configuration space, as done by all demo programs in function FindUSBControllers in source file UsbInit.cpp.
|