USB_CONFIGURATION_DESCRIPTOR::wTotalLength is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDUSB_CONFIGURATION_DESCRIPTOR::wTotalLength

USB_CONFIGURATION_DESCRIPTOR::wTotalLength field

Syntax

USHORT wTotalLength;

References

LocationReferrerText
windows_common.h:185
USHORT wTotalLength;
windows_usbdk.c:370usbdk_get_config_descriptor()
size = min(config_header->wTotalLength, len);
windows_usbdk.c:386usbdk_get_config_descriptor_by_value()
return (int)config_header->wTotalLength;
windows_winusb.c:776cache_config_descriptors()
if ((ret_size != size) || (cd_buf_short.desc.wTotalLength < sizeof(USB_CONFIGURATION_DESCRIPTOR))) {
windows_winusb.c:781cache_config_descriptors()
size = sizeof(USB_DESCRIPTOR_REQUEST) + cd_buf_short.desc.wTotalLength;
windows_winusb.c:794cache_config_descriptors()
cd_buf_actual->SetupPacket.wLength = cd_buf_short.desc.wTotalLength;
windows_winusb.c:804cache_config_descriptors()
if ((size != ret_size) || (cd_data->wTotalLength != cd_buf_short.desc.wTotalLength)) {
windows_winusb.c:815cache_config_descriptors()
i, cd_data->bConfigurationValue, cd_data->wTotalLength);
windows_winusb.c:2029winusb_get_config_descriptor()
len = MIN(len, config_header->wTotalLength);
windows_winusb.c:2050winusb_get_config_descriptor_by_value()
return (int)config_header->wTotalLength;

Data Use

Functions reading USB_CONFIGURATION_DESCRIPTOR::wTotalLength
USB_CONFIGURATION_DESCRIPTOR::wTotalLength
Type of USB_CONFIGURATION_DESCRIPTOR::wTotalLength
USB_CONFIGURATION_DESCRIPTOR::wTotalLength
USHORT
all items filtered out