stm32x_flash_bank::has_boot_addr is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32x_flash_bank::has_boot_addr

stm32x_flash_bank::has_boot_addr field

Syntax

bool has_boot_addr;

References

LocationReferrerText
stm32f2x.c:194
bool has_boot_addr; /* F7xx */
stm32f2x.c:406stm32x_read_options()
if (stm32x_info->has_large_mem || stm32x_info->has_boot_addr) {
stm32f2x.c:412stm32x_read_options()
if (stm32x_info->has_boot_addr) {
stm32f2x.c:465stm32x_write_options()
if (stm32x_info->has_large_mem || stm32x_info->has_boot_addr) {
stm32f2x.c:466stm32x_write_options()
if (stm32x_info->has_boot_addr) {
stm32f2x.c:998stm32x_probe()
stm32x_info->has_boot_addr = false;
stm32f2x.c:1091stm32x_probe()
stm32x_info->has_boot_addr = true;
stm32f2x.c:1099stm32x_probe()
stm32x_info->has_boot_addr = true;
stm32f2x.c:1106stm32x_probe()
stm32x_info->has_boot_addr = true;
stm32f2x.c:1590stm32f2x_handle_options_read_command()
if (stm32x_info->has_boot_addr) {
stm32f2x.c:1633stm32f2x_handle_options_write_command()
if (stm32x_info->has_boot_addr) {

Data Use

Functions writing stm32x_flash_bank::has_boot_addr
Functions reading stm32x_flash_bank::has_boot_addr
all items filtered out
stm32x_flash_bank::has_boot_addr