ERROR_TARGET_NOT_RUNNING is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDERROR_TARGET_NOT_RUNNING

ERROR_TARGET_NOT_RUNNING macro

Syntax

#define ERROR_TARGET_NOT_RUNNING (-310)

References

LocationText
target.h:802
#define ERROR_TARGET_NOT_RUNNING (-310)
ocl.c:56
return ERROR_TARGET_NOT_RUNNING;
ocl.c:112
return ERROR_TARGET_NOT_RUNNING;
target.c:141
{ .value = ERROR_TARGET_NOT_RUNNING, .name = "err-not-running" },