cfi_flash_bank::write_mem is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcfi_flash_bank::write_mem

cfi_flash_bank::write_mem field

Syntax

int (*write_mem)(struct flash_bank *bank, target_addr_t addr, uint32_t count, const uint8_t *buffer);

References

LocationReferrerScopeText
cfi.h:67
int (*write_mem)(struct flash_bank *bank, target_addr_t addr,
cfi.c:123cfi_target_write_memory()
if (cfi_info->write_mem) {
cfi.c:124cfi_target_write_memory()
return cfi_info->write_mem(bank, addr, count, buffer);
renesas_rpchf.c:426rpchf_target_write_memory()rpchf_flash_bank_command()
cfi_info->write_mem = rpchf_target_write_memory;

Call Tree

Functions calling cfi_flash_bank::write_mem
all items filtered out
cfi_flash_bank::write_mem
Functions writing cfi_flash_bank::write_mem
Functions reading cfi_flash_bank::write_mem
all items filtered out
cfi_flash_bank::write_mem
all items filtered out
Implementations
all items filtered out
cfi_flash_bank::write_mem