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

read_memory() function

Syntax

static int read_memory(struct target *target,     target_addr_t address,     uint32_t size,     uint32_t count,     uint8_t *buffer,     uint32_t increment);
Implemented in riscv-013.c:3532

Arguments

target

address

size

count

buffer

increment

References

LocationReferrerText
riscv-013.c:3532
static int read_memory(struct target *target, target_addr_t address,
riscv-013.c:64
static int read_memory(struct target *target, target_addr_t address,
riscv-013.c:1225scratch_read64()
if (read_memory(target, scratch->debug_address, 4, 2, buffer, 4) != ERROR_OK)
riscv-013.c:2305init_target()
generic_info->read_memory = read_memory;

Call Tree

Data read by read_memory()
Data written by read_memory()
read_memory()
read_memory()::ret
read_memory()::progbuf_result
read_memory()::sysbus_result
read_memory()::abstract_result
read_memory()::i
all items filtered out
Implementations
read_memory()
all items filtered out
Type of read_memory()
read_memory()
all items filtered out