arm7_9_clear_halt() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm7_9_clear_halt() function

Clears the halt condition for an ARM7/9 target. If it isn't coming out of reset and if DBGRQ is used, it is programmed to be deasserted. If the reset vector catch was used, it is restored. Otherwise, the control value is restored and the watchpoint unit is restored if it was in use.

Syntax

static int arm7_9_clear_halt(struct target *target);

Arguments

target

Pointer to the ARM7/9 target to have halt cleared

Return value

Always ERROR_OK

References

LocationReferrerText
arm7_9_common.c:1010
static int arm7_9_clear_halt(struct target *target)
arm7_9_common.c:1110arm7_9_soft_reset_halt()
retval = arm7_9_clear_halt(target);
arm7_9_common.c:1250arm7_9_debug_entry()
retval = arm7_9_clear_halt(target);

Call Tree

Functions calling arm7_9_clear_halt()
Functions called by arm7_9_clear_halt()
arm7_9_clear_halt()
Type of arm7_9_clear_halt()
arm7_9_clear_halt()
all items filtered out