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

batch_run() function

Syntax

static int batch_run(const struct target *target,     struct riscv_batch *batch);

Arguments

target

batch

References

LocationReferrerText
riscv-013.c:2092
static int batch_run(const struct target *target, struct riscv_batch *batch)
riscv-013.c:2220sample_memory_bus_v1()
int result = batch_run(target, batch);
riscv-013.c:3176read_memory_progbuf_inner()
batch_run(target, batch);
riscv-013.c:3713write_memory_bus_v1()
result = batch_run(target, batch);
riscv-013.c:3920write_memory_progbuf()
result = batch_run(target, batch);

Call Tree

Functions calling batch_run()
Functions called by batch_run()
batch_run()
Data read by batch_run()
Data written by batch_run()
batch_run()
Type of batch_run()
batch_run()
all items filtered out