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

arm7_9_poll() function

Polls an ARM7/9 target for its current status. If DBGACK is set, the target is manipulated to the right halted state based on its current state. This is what happens: State Action TARGET_RUNNING | TARGET_RESET Enters debug mode. If TARGET_RESET, pc may be checked TARGET_UNKNOWN Warning is logged TARGET_DEBUG_RUNNING Enters debug mode TARGET_HALTED Nothing If the target does not end up in the halted state, a warning is produced. If DBGACK is cleared, then the target is expected to either be running or running in debug.

Syntax

int arm7_9_poll(struct target *target);
Implemented in arm7_9_common.c:796

Arguments

target

Pointer to the ARM7/9 target to poll

Return value

ERROR_OK or an error status if a command fails

References

LocationText
arm7_9_common.c:796
int arm7_9_poll(struct target *target)
arm7_9_common.h:137
int arm7_9_poll(struct target *target);
arm720t.c:467
.poll = arm7_9_poll,
arm7tdmi.c:687
.poll = arm7_9_poll,
arm920t.c:1599
.poll = arm7_9_poll,
arm926ejs.c:793
.poll = arm7_9_poll,
arm946e.c:741
.poll = arm7_9_poll,
arm966e.c:248
.poll = arm7_9_poll,
arm9tdmi.c:891
.poll = arm7_9_poll,
fa526.c:353
.poll = arm7_9_poll,
feroceon.c:694
.poll = arm7_9_poll,
feroceon.c:733
.poll = arm7_9_poll,