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

usbtoxxx_fini_command macro

Syntax

#define usbtoxxx_fini_command(type, port) \     usbtoxxx_add_command((type), (USB_TO_XXX_FINI | (port)), \     NULL, 0, 0, NULL, 0, 0, 0)

Arguments

type

port

References

LocationText
usbtoxxx_internal.h:90
#define usbtoxxx_fini_command(type, port) \
usbtogpio.c:26
return usbtoxxx_fini_command(USB_TO_GPIO, interface_index);
usbtojtagraw.c:26
return usbtoxxx_fini_command(USB_TO_JTAG_RAW, interface_index);
usbtopwr.c:26
return usbtoxxx_fini_command(USB_TO_POWER, interface_index);
usbtoswd.c:49
return usbtoxxx_fini_command(USB_TO_SWD, interface_index);