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.
Arguments
target
Pointer to the ARM7/9 target to poll
Return value
ERROR_OK or an error status if a command fails
Location | Text |
arm7_9_common.c:796 | |
arm7_9_common.h:137 | |
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, |
Functions called by arm7_9_poll()
arm7_9_poll()
Data read by arm7_9_poll()
Data written by arm7_9_poll()
arm7_9_poll()
arm7_9_poll()::retval all items filtered out
Implementations
arm7_9_poll()
Type of arm7_9_poll()
arm7_9_poll()