stm8_adapter_write_memory() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm8_adapter_write_memory()

stm8_adapter_write_memory() function

Syntax

static int stm8_adapter_write_memory(struct target *target,     uint32_t addr,     int size,     int count,     const void *buf);

Arguments

target

addr

size

count

buf

References

LocationReferrerText
stm8.c:177
static int stm8_adapter_write_memory(struct target *target,
stm8.c:325stm8_set_hwbreak()
ret = stm8_adapter_write_memory(target, DM_BKR1E, 1, 3, buf);
stm8.c:328stm8_set_hwbreak()
ret = stm8_adapter_write_memory(target, DM_BKR2E, 1, 3, buf);
stm8.c:533stm8_write_regs()
ret = stm8_adapter_write_memory(target, DM_REGS, 1, sizeof(buf), buf);
stm8.c:708stm8_write_flash()
res = stm8_adapter_write_memory(target, address, 1, blocksize, buffer);
stm8.c:761stm8_write_memory()
retval = stm8_adapter_write_memory(target, address, size, count,

Call Tree

Functions calling stm8_adapter_write_memory()
Functions called by stm8_adapter_write_memory()
stm8_adapter_write_memory()
all items filtered out
Data read by stm8_adapter_write_memory()
stm8_adapter_write_memory()