dsp5680xx_flash_protect() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDdsp5680xx_flash_protect()

dsp5680xx_flash_protect() function

Protection functionality is not implemented. The current implementation applies/removes security on the chip. The chip is effectively secured/unsecured after the first reset following the execution of this function.

Syntax

static int dsp5680xx_flash_protect(struct flash_bank *bank,     int set,     unsigned int first,     unsigned int last);

Arguments

bank

set

Apply or remove security on the chip.

first

This parameter is ignored.

last

This parameter is ignored.

Return value

References

LocationText
dsp5680xx_flash.c:108
static int dsp5680xx_flash_protect(struct flash_bank *bank, int set,
dsp5680xx_flash.c:214
.protect = dsp5680xx_flash_protect,

Call Tree

Functions called by dsp5680xx_flash_protect()
dsp5680xx_flash_protect()
Data read by dsp5680xx_flash_protect()
Data written by dsp5680xx_flash_protect()
dsp5680xx_flash_protect()::retval
all items filtered out
dsp5680xx_flash_protect()
dsp5680xx_flash_protect()::retval
all items filtered out
Implementations
dsp5680xx_flash_protect()
all items filtered out