target_state::TARGET_RESET is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_state::TARGET_RESET

target_state::TARGET_RESET

Syntax

TARGET_RESET = 3;

References

LocationReferrerText
target.h:57
TARGET_RESET = 3,
aarch64.c:551aarch64_poll()
case TARGET_RESET:
aarch64.c:2003aarch64_assert_reset()
target->state = TARGET_RESET;
arc.c:796arc_halt()
if (target->state == TARGET_RESET) {
arc.c:1057arc_poll()
if ((target->state == TARGET_RUNNING) || (target->state == TARGET_RESET)) {
arc.c:1107arc_assert_reset()
target->state = TARGET_RESET;
arc.c:1128arc_assert_reset()
target->state = TARGET_RESET;
arm11.c:736arm11_assert_reset()
target->state = TARGET_RESET;
arm7_9_common.c:815arm7_9_poll()
if ((target->state == TARGET_RUNNING) || (target->state == TARGET_RESET)) {
arm7_9_common.c:946arm7_9_assert_reset()
target->state = TARGET_RESET;
arm7_9_common.c:1169arm7_9_halt()
if (target->state == TARGET_RESET) {
avr32_ap7k.c:232avr32_ap7k_poll()
if ((target->state == TARGET_RUNNING) || (target->state == TARGET_RESET)) {
avr32_ap7k.c:271avr32_ap7k_halt()
if (target->state == TARGET_RESET) {
avrt.c:123avr_assert_reset()
target->state = TARGET_RESET;
cortex_a.c:1920cortex_a_assert_reset()
target->state = TARGET_RESET;
cortex_m.c:985cortex_m_poll_one()
if (target->state != TARGET_RESET) {
cortex_m.c:986cortex_m_poll_one()
target->state = TARGET_RESET;
cortex_m.c:996cortex_m_poll_one()
if (target->state == TARGET_RESET) {
cortex_m.c:1014cortex_m_poll_one()
if ((prev_target_state == TARGET_RUNNING) || (prev_target_state == TARGET_RESET)) {
cortex_m.c:1259cortex_m_soft_reset_halt()
target->state = TARGET_RESET;
cortex_m.c:1760cortex_m_reset_lpc55sx_using_dm_ap()
target->state = TARGET_RESET;
cortex_m.c:1816cortex_m_reset_lpc55sx()
target->state = TARGET_RESET;
cortex_m.c:1849cortex_m_assert_reset()
target->state = TARGET_RESET;
cortex_m.c:1884cortex_m_assert_reset()
target->state = TARGET_RESET;
cortex_m.c:1988cortex_m_assert_reset()
target->state = TARGET_RESET;
dsp563xx.c:1035dsp563xx_jtag_debug_request()
return dsp563xx_once_request_debug(target->tap, target->state == TARGET_RESET);
dsp563xx.c:1329dsp563xx_assert_reset()
target->state = TARGET_RESET;
dsp5680xx.c:886dsp5680xx_assert_reset()
target->state = TARGET_RESET;
dsp5680xx.c:951dsp5680xx_poll()
if (target->state == TARGET_RESET) {
esirisc.c:1101esirisc_poll()
if (target->state == TARGET_RUNNING || target->state == TARGET_RESET) {
esirisc.c:1111esirisc_poll()
} else if (target->state == TARGET_HALTED || target->state == TARGET_RESET) {
esirisc.c:1142esirisc_assert_reset()
target->state = TARGET_RESET;
esp32.c:190esp32_soc_reset()
while (target->state != TARGET_RESET && target->state != TARGET_RUNNING) {
esp32s2.c:271esp32s2_soc_reset()
while (target->state != TARGET_RESET && target->state != TARGET_RUNNING) {
esp32s3.c:190esp32s3_soc_reset()
while (target->state != TARGET_RESET && target->state != TARGET_RUNNING) {
esp_xtensa_smp.c:182esp_xtensa_smp_poll()
if (target->state == TARGET_RESET) {
hla_target.c:389hl_assert_reset()
target->state = TARGET_RESET;
ls1_sap.c:74ls1_sap_assert_reset()
target->state = TARGET_RESET;
mem_ap.c:127mem_ap_assert_reset()
target->state = TARGET_RESET;
mips_m4k.c:226mips_m4k_poll()
|| (prev_target_state == TARGET_RESET))) {
mips_m4k.c:270mips_m4k_halt()
if (target->state == TARGET_RESET) {
mips_m4k.c:358mips_m4k_assert_reset()
target->state = TARGET_RESET;
mips_mips64.c:95mips_mips64_poll()
if ((target->state == TARGET_RUNNING) || (target->state == TARGET_RESET)) {
mips_mips64.c:132mips_mips64_halt()
if (target->state == TARGET_RESET) {
mips_mips64.c:181mips_mips64_assert_reset()
target->state = TARGET_RESET;
or1k.c:581or1k_halt()
if (target->state == TARGET_RESET) {
or1k.c:655or1k_poll()
(target->state == TARGET_RESET)) {
riscv-011.c:1973assert_reset()
target->state = TARGET_RESET;
riscv-013.c:2375assert_reset()
target->state = TARGET_RESET;
stlink_usb.c:2150stlink_usb_v2_get_status()
return TARGET_RESET;
stm8.c:884stm8_halt()
if (target->state == TARGET_RESET) {
stm8.c:930stm8_reset_assert()
target->state = TARGET_RESET;
target.c:213
{ .name = "reset", .value = TARGET_RESET },
testee.c:45testee_reset_assert()
target->state = TARGET_RESET;
xscale.c:1022xscale_halt()
} else if (target->state == TARGET_RESET)
xscale.c:1469xscale_assert_reset()
target->state = TARGET_RESET;
xtensa.c:1178xtensa_assert_reset()
target->state = TARGET_RESET;
xtensa.c:2347xtensa_poll()
target->state = TARGET_RESET;