iPXE
|
A USB class code tuple. More...
#include <usb.h>
Data Fields | |
uint8_t | class |
Class code. More... | |
uint8_t | subclass |
Subclass code. More... | |
uint8_t | protocol |
Protocol code. More... | |
uint8_t usb_class::class |
Class code.
Definition at line 147 of file usb.h.
Referenced by register_usb(), unregister_usb(), usb_describe(), usb_probe(), usb_probe_all(), and usbio_supported().
uint8_t usb_class::subclass |
Subclass code.
Definition at line 149 of file usb.h.
Referenced by register_usb(), unregister_usb(), usb_probe(), usb_probe_all(), and usbio_supported().
uint8_t usb_class::protocol |
Protocol code.
Definition at line 151 of file usb.h.
Referenced by register_usb(), unregister_usb(), usb_probe(), usb_probe_all(), and usbio_supported().