flash_driver_protect() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDflash_driver_protect()

flash_driver_protect() function

Syntax

int flash_driver_protect(struct flash_bank *bank,     int set,     unsigned int first,     unsigned int last);
Implemented in core.c:41

Arguments

bank

set

first

last

References

LocationReferrerText
core.c:41
int flash_driver_protect(struct flash_bank *bank, int set, unsigned int first,
imp.h:31
int flash_driver_protect(struct flash_bank *bank, int set, unsigned int first,
core.c:623flash_driver_unprotect()
return flash_driver_protect(bank, 0, first, last);
tcl.c:380handle_flash_protect_command()
retval = flash_driver_protect(p, set, first, last);
virtual.c:75virtual_protect()
return flash_driver_protect(master_bank, set, first, last);

Call Tree

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