libusb_descriptor_type::LIBUSB_DT_DEVICE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlibusb_descriptor_type::LIBUSB_DT_DEVICE

libusb_descriptor_type::LIBUSB_DT_DEVICE

Device descriptor. See libusb_device_descriptor.

Syntax

LIBUSB_DT_DEVICE = 0x01;

References

LocationReferrerText
libusb.h:285
LIBUSB_DT_DEVICE = 0x01,
core.c:765usbi_sanitize_device()
dev->device_descriptor.bDescriptorType != LIBUSB_DT_DEVICE) {
descriptor.c:140parse_endpoint()
header->bDescriptorType == LIBUSB_DT_DEVICE)
descriptor.c:270parse_interface()
header->bDescriptorType == LIBUSB_DT_DEVICE)
descriptor.c:414parse_configuration()
header->bDescriptorType == LIBUSB_DT_DEVICE)

Data Use

Functions using libusb_descriptor_type::LIBUSB_DT_DEVICE
libusb_descriptor_type::LIBUSB_DT_DEVICE