target_reset_mode::RESET_HALT is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_reset_mode::RESET_HALT

target_reset_mode::RESET_HALT

Syntax

RESET_HALT = 2;

References

LocationText
target.h:64
RESET_HALT = 2, /* reset and halt target out of reset */
target.c:242
{ .name = "halt", .value = RESET_HALT },