![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
USBDevice Struct ReferenceUSBDevice.
More...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
Data Fields | |
| UINT32 | baseIOAddress |
| base I/O device address | |
| UINT32 | interruptLevel |
| device IRQ | |
| UINT32 | lastError |
| detailed error of last function call | |
| UINT32 | deviceIndex |
| USB device index. | |
| UINT32 | flags |
| initialization flags | |
| UINT8 | deviceContext [USB_CONTEXT_SIZE] |
| used by the driver to identify the device | |
Definition at line 74 of file usbtypes.h.
|
|
base I/O device address
Definition at line 76 of file usbtypes.h. |
|
|
used by the driver to identify the device
Definition at line 81 of file usbtypes.h. |
|
|
USB device index.
Definition at line 79 of file usbtypes.h. |
|
|
initialization flags
Definition at line 80 of file usbtypes.h. |
|
|
device IRQ
Definition at line 77 of file usbtypes.h. |
|
|
detailed error of last function call
Definition at line 78 of file usbtypes.h. |