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

usbtoxxx_conf_command macro

Syntax

#define usbtoxxx_conf_command(type, port, cmdbuf, cmdlen) \     usbtoxxx_add_command((type), (USB_TO_XXX_CONFIG | (port)), \     (cmdbuf), (cmdlen), 0, NULL, 0, 0, 0)

Arguments

type

port

cmdbuf

cmdlen

References

LocationText
usbtoxxx_internal.h:93
#define usbtoxxx_conf_command(type, port, cmdbuf, cmdlen) \
usbtogpio.c:48
return usbtoxxx_conf_command(USB_TO_GPIO, interface_index, conf,
usbtojtagraw.c:42
return usbtoxxx_conf_command(USB_TO_JTAG_RAW, interface_index, cfg_buf, 4);
usbtopwr.c:38
return usbtoxxx_conf_command(USB_TO_POWER, interface_index, NULL, 0);
usbtoswd.c:68
return usbtoxxx_conf_command(USB_TO_SWD, interface_index, cfg_buf, 5);