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

mem_ap_write_memory() function

Syntax

static int mem_ap_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
mem_ap.c:250
static int mem_ap_write_memory(struct target *target, target_addr_t address,
mem_ap.c:288
.write_memory = mem_ap_write_memory,

Call Tree

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