![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <usb.h>
Data Fields | |
| DRIVER | driver |
| The Driver entry for this USB Driver. | |
| usb_driver_bind_proc | driverbind |
| A Driver specific DriverBind method implementing the standard USB driver interface. | |
| usb_driver_unbind_proc | driverunbind |
| A Driver specific DriverUnbind method implementing the standard USB driver interface. | |
| MUTEX_HANDLE | lock |
| Driver lock. | |
| USB_DRIVER * | prev |
| Previous entry in Driver table. | |
| USB_DRIVER * | next |
| Next entry in Driver table. | |
| DRIVER driver |
The Driver entry for this USB Driver.
| usb_driver_bind_proc driverbind |
A Driver specific DriverBind method implementing the standard USB driver interface.
| usb_driver_unbind_proc driverunbind |
A Driver specific DriverUnbind method implementing the standard USB driver interface.
| MUTEX_HANDLE lock |
Driver lock.
| USB_DRIVER* prev |
Previous entry in Driver table.
| USB_DRIVER* next |
Next entry in Driver table.