riscv_info::reset_delays_wait is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDriscv_info::reset_delays_wait

riscv_info::reset_delays_wait field

Syntax

int reset_delays_wait;

References

LocationReferrerText
riscv.h:133
int reset_delays_wait;
riscv-011.c:366add_dbus_scan()
if (r->reset_delays_wait >= 0) {
riscv-011.c:367add_dbus_scan()
r->reset_delays_wait--;
riscv-011.c:368add_dbus_scan()
if (r->reset_delays_wait < 0) {
riscv-013.c:482dmi_scan()
if (r->reset_delays_wait >= 0) {
riscv-013.c:483dmi_scan()
r->reset_delays_wait--;
riscv-013.c:484dmi_scan()
if (r->reset_delays_wait < 0) {
riscv-013.c:2096batch_run()
if (r->reset_delays_wait >= 0) {
riscv-013.c:2097batch_run()
r->reset_delays_wait -= batch->used_scans;
riscv-013.c:2098batch_run()
if (r->reset_delays_wait <= 0) {
riscv.c:2726riscv_reset_delays()
r->reset_delays_wait = wait;

Data Use

Functions writing riscv_info::reset_delays_wait
Functions reading riscv_info::reset_delays_wait
riscv_info::reset_delays_wait