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);