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

flash_driver_verify() function

Syntax

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

Arguments

bank

buffer

offset

count

References

LocationReferrerText
core.c:127
int flash_driver_verify(struct flash_bank *bank,
imp.h:37
int flash_driver_verify(struct flash_bank *bank,
core.c:987flash_write_unlock_verify()
retval = flash_driver_verify(c, buffer, run_address - c->base, run_size);

Call Tree

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