flash_driver_read() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

flash_driver_read() function

Syntax

int flash_driver_read(struct flash_bank *bank,     uint8_t *buffer,     uint32_t offset,     uint32_t count);
Implemented in core.c:102

Arguments

bank

buffer

offset

count

References

LocationReferrerText
core.c:102
int flash_driver_read(struct flash_bank *bank,
imp.h:35
int flash_driver_read(struct flash_bank *bank,
tcl.c:626handle_flash_fill_command()
retval = flash_driver_read(bank, buffer, address - bank->base, size_bytes);
tcl.c:721handle_flash_md_command()
retval = flash_driver_read(bank, buffer, offset, sizebytes);
tcl.c:894handle_flash_read_bank_command()
retval = flash_driver_read(p, buffer, offset, length);
tcl.c:1010handle_flash_verify_bank_command()
retval = flash_driver_read(p, buffer_flash, offset, length);

Call Tree

Functions calling flash_driver_read()
Functions called by flash_driver_read()
flash_driver_read()
all items filtered out
Data read by flash_driver_read()
Data written by flash_driver_read()
flash_driver_read()
flash_driver_read()::retval
all items filtered out