usbtoxxx_inout_command is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDusbtoxxx_inout_command

usbtoxxx_inout_command macro

Syntax

#define usbtoxxx_inout_command(type, port, cmdbuf, cmdlen, retlen, wantbuf, \ wantpos, wantlen, c) \     usbtoxxx_add_command((type), (USB_TO_XXX_IN_OUT | (port)), \     (cmdbuf), (cmdlen), (retlen), (wantbuf), \     (wantpos), (wantlen), (c))

Arguments

type

port

cmdbuf

cmdlen

retlen

wantbuf

wantlen

c

References

LocationText
usbtoxxx_internal.h:96
#define usbtoxxx_inout_command(type, port, cmdbuf, cmdlen, retlen, wantbuf, \
usbtojtagraw.c:65
return usbtoxxx_inout_command(USB_TO_JTAG_RAW, interface_index,
usbtoswd.c:143
return usbtoxxx_inout_command(USB_TO_SWD, interface_index, buff, 5, 5,