arm7_9_common::write_memory is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm7_9_common::write_memory

arm7_9_common::write_memory field

Variant specific memory write function that does not dispatch to bulk_write_memory. Used as a fallback when bulk writes are unavailable, or for writing data needed to do the bulk writes.

Syntax

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

Call Tree

Functions calling arm7_9_common::write_memory
arm7_9_common::write_memory
Implementations
arm7_9_common::write_memory