USBDK_RESET_PIPE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

USBDK_RESET_PIPE

Syntax

typedef BOOL (__cdecl *USBDK_RESET_PIPE;

References

LocationReferrerText
windows_usbdk.h:90
typedef BOOL (__cdecl *USBDK_RESET_PIPE)(
windows_usbdk.c:57
USBDK_RESET_PIPE ResetPipe;
windows_usbdk.c:125load_usbdk_helper_dll()
usbdk_helper.ResetPipe = (USBDK_RESET_PIPE)get_usbdk_proc_addr(ctx, "UsbDk_ResetPipe");