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

stm8_write_memory() function

Syntax

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

Arguments

target

address

size

count

buffer

References

LocationText
stm8.c:736
static int stm8_write_memory(struct target *target, target_addr_t address,
stm8.c:2177
.write_memory = stm8_write_memory,

Call Tree

Functions called by stm8_write_memory()
stm8_write_memory()
Implementations
stm8_write_memory()
all items filtered out
Type of stm8_write_memory()
stm8_write_memory()
all items filtered out