cortex_a_write_memory() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_a_write_memory()

cortex_a_write_memory() function

Syntax

static int cortex_a_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
cortex_a.c:2767
static int cortex_a_write_memory(struct target *target, target_addr_t address,
cortex_a.c:3444
.write_memory = cortex_a_write_memory,

Call Tree

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