USBDK_GET_CONFIGURATION_DESCRIPTOR is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDUSBDK_GET_CONFIGURATION_DESCRIPTOR

USBDK_GET_CONFIGURATION_DESCRIPTOR

Syntax

typedef BOOL (__cdecl *USBDK_GET_CONFIGURATION_DESCRIPTOR;

References

LocationReferrerText
windows_usbdk.h:68
typedef BOOL (__cdecl *USBDK_GET_CONFIGURATION_DESCRIPTOR)(
windows_usbdk.c:52
USBDK_GET_CONFIGURATION_DESCRIPTOR GetConfigurationDescriptor;
windows_usbdk.c:105load_usbdk_helper_dll()
usbdk_helper.GetConfigurationDescriptor = (USBDK_GET_CONFIGURATION_DESCRIPTOR)get_usbdk_proc_addr(ctx, "UsbDk_GetConfigurationDescriptor");