Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb/
Dusb_ch9.h150 struct usb_device_descriptor { struct
151 uint8_t bLength;
152 uint8_t bDescriptorType;
153 uint16_t bcdUSB;
154 uint8_t bDeviceClass;
155 uint8_t bDeviceSubClass;
156 uint8_t bDeviceProtocol;
157 uint8_t bMaxPacketSize0;
158 uint16_t idVendor;
159 uint16_t idProduct;
[all …]