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

usbtoxxx_out_command macro

Syntax

#define usbtoxxx_out_command(type, port, cmdbuf, cmdlen, c) \     usbtoxxx_add_command((type), (USB_TO_XXX_OUT | (port)), (cmdbuf), \     (cmdlen), 0, NULL, 0, 0, (c))

Arguments

type

port

cmdbuf

cmdlen

c

References

LocationText
usbtoxxx_internal.h:106
#define usbtoxxx_out_command(type, port, cmdbuf, cmdlen, c) \
usbtogpio.c:83
return usbtoxxx_out_command(USB_TO_GPIO, interface_index, buf, 4, 0);
usbtopwr.c:50
return usbtoxxx_out_command(USB_TO_POWER, interface_index, (uint8_t *)&millivolt,
usbtoswd.c:86
return usbtoxxx_out_command(USB_TO_SWD, interface_index,