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

usbtoxxx_init_command macro

Syntax

#define usbtoxxx_init_command(type, port) \     usbtoxxx_add_command((type), (USB_TO_XXX_INIT | (port)), \     NULL, 0, 0, NULL, 0, 0, 0)

Arguments

type

port

References

LocationText
usbtoxxx_internal.h:87
#define usbtoxxx_init_command(type, port) \
usbtogpio.c:21
return usbtoxxx_init_command(USB_TO_GPIO, interface_index);
usbtojtagraw.c:21
return usbtoxxx_init_command(USB_TO_JTAG_RAW, interface_index);
usbtopwr.c:21
return usbtoxxx_init_command(USB_TO_POWER, interface_index);
usbtoswd.c:44
return usbtoxxx_init_command(USB_TO_SWD, interface_index);