ERROR_TARGET_INIT_FAILED is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDERROR_TARGET_INIT_FAILED

ERROR_TARGET_INIT_FAILED macro

Syntax

#define ERROR_TARGET_INIT_FAILED (-301)

References

LocationText
target.h:794
#define ERROR_TARGET_INIT_FAILED (-301)
cortex_a.c:2976
return ERROR_TARGET_INIT_FAILED;
cortex_a.c:3006
return ERROR_TARGET_INIT_FAILED;
rtos.c:43
return ERROR_TARGET_INIT_FAILED;
target.c:133
{ .value = ERROR_TARGET_INIT_FAILED, .name = "err-init-failed" },