Home
last modified time | relevance | path

Searched defs:usb_device_descriptor (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/include/usb/
Dusb_ch9.h148 struct usb_device_descriptor { struct
149 uint8_t bLength;
150 uint8_t bDescriptorType;
151 uint16_t bcdUSB;
152 uint8_t bDeviceClass;
153 uint8_t bDeviceSubClass;
154 uint8_t bDeviceProtocol;
155 uint8_t bMaxPacketSize0;
156 uint16_t idVendor;
157 uint16_t idProduct;
[all …]