iPXE
|
A USB descriptor header. More...
#include <usb.h>
Data Fields | |
uint8_t | len |
Length of descriptor. More... | |
uint8_t | type |
Descriptor type. More... | |
uint8_t usb_descriptor_header::len |
Length of descriptor.
Definition at line 174 of file usb.h.
Referenced by usb_describe(), and usb_get_string_descriptor().
uint8_t usb_descriptor_header::type |
Descriptor type.
Definition at line 176 of file usb.h.
Referenced by usb_endpoint_companion_descriptor(), and usbio_interface().