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

arm7_9_restart_core() function

Restart the core of an ARM7/9 target. A RESTART command is sent to the instruction register and the JTAG state is set to TAP_IDLE causing a core restart.

Syntax

static int arm7_9_restart_core(struct target *target);

Arguments

target

Pointer to the ARM7/9 target to be restarted

Return value

Result of executing the JTAG queue

References

LocationReferrerText
arm7_9_common.c:1643
static int arm7_9_restart_core(struct target *target)
arm7_9_common.c:1823arm7_9_resume()
retval = arm7_9_restart_core(target);

Call Tree

Functions calling arm7_9_restart_core()
Functions called by arm7_9_restart_core()
all items filtered out
arm7_9_restart_core()
Data read by arm7_9_restart_core()
Data written by arm7_9_restart_core()
arm7_9_restart_core()::arm7_9
arm7_9_restart_core()::jtag_info
arm7_9_restart_core()::retval
all items filtered out
arm7_9_restart_core()
arm7_9_restart_core()::retval
all items filtered out
Type of arm7_9_restart_core()
arm7_9_restart_core()
all items filtered out