arm946e_write_memory() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm946e_write_memory()

arm946e_write_memory() function

Writes a buffer, in the specified word size, with current MMU settings.

Syntax

static int arm946e_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
arm946e.c:501
static int arm946e_write_memory(struct target *target, target_addr_t address,
arm946e.c:760
.write_memory = arm946e_write_memory,

Call Tree

Functions called by arm946e_write_memory()
arm946e_write_memory()
Data read by arm946e_write_memory()
Data written by arm946e_write_memory()
arm946e_write_memory()
arm946e_write_memory()::retval
all items filtered out
Implementations
arm946e_write_memory()
all items filtered out
Type of arm946e_write_memory()
arm946e_write_memory()
all items filtered out