Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_USB_DRIVER Struct Reference

#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_DRIVERprev
 Previous entry in Driver table.
USB_DRIVERnext
 Next entry in Driver table.

Field Documentation

◆ driver

DRIVER driver

The Driver entry for this USB Driver.

◆ driverbind

A Driver specific DriverBind method implementing the standard USB driver interface.

◆ driverunbind

usb_driver_unbind_proc driverunbind

A Driver specific DriverUnbind method implementing the standard USB driver interface.

◆ lock

Driver lock.

◆ prev

USB_DRIVER* prev

Previous entry in Driver table.

◆ next

USB_DRIVER* next

Next entry in Driver table.


The documentation for this struct was generated from the following file: