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

riscv_read_memory() function

Syntax

static int riscv_read_memory(struct target *target,     target_addr_t address,     uint32_t size,     uint32_t count,     uint8_t *buffer);

Arguments

target

address

size

count

buffer

References

LocationText
riscv.c:1700
static int riscv_read_memory(struct target *target, target_addr_t address,
riscv.c:3089
.read_memory = riscv_read_memory,

Call Tree

Functions called by riscv_read_memory()
riscv_read_memory()
Data read by riscv_read_memory()
Data written by riscv_read_memory()
riscv_read_memory()
all items filtered out
Implementations
riscv_read_memory()
all items filtered out
Type of riscv_read_memory()
riscv_read_memory()
all items filtered out