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

stm32x_read_options() function

Syntax

static int stm32x_read_options(struct flash_bank *bank);

Arguments

bank

References

LocationReferrerText
stm32f2x.c:380
static int stm32x_read_options(struct flash_bank *bank)
stm32f2x.c:571stm32x_protect_check()
retval = stm32x_read_options(bank);
stm32f2x.c:675stm32x_protect()
int retval = stm32x_read_options(bank);
stm32f2x.c:1445stm32x_handle_lock_command()
if (stm32x_read_options(bank) != ERROR_OK) {
stm32f2x.c:1484stm32x_handle_unlock_command()
if (stm32x_read_options(bank) != ERROR_OK) {
stm32f2x.c:1584stm32f2x_handle_options_read_command()
retval = stm32x_read_options(bank);
stm32f2x.c:1628stm32f2x_handle_options_write_command()
retval = stm32x_read_options(bank);
stm32f2x.c:1693stm32f2x_handle_optcr2_write_command()
retval = stm32x_read_options(bank);

Call Tree

Type of stm32x_read_options()
stm32x_read_options()
uint32_t
all items filtered out