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

stm8_read_memory() function

Syntax

static int stm8_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
stm8.c:770
static int stm8_read_memory(struct target *target, target_addr_t address,
stm8.c:2176
.read_memory = stm8_read_memory,

Call Tree

Functions called by stm8_read_memory()
stm8_read_memory()
Data read by stm8_read_memory()
Data written by stm8_read_memory()
stm8_read_memory()
stm8_read_memory()::retval
all items filtered out
Implementations
stm8_read_memory()
all items filtered out