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

stm32x_flash_bank::register_base field

Syntax

uint32_t register_base;

References

LocationReferrerText
stm32f1x.c:115
uint32_t register_base;
stm32f1x.c:141stm32x_flash_bank_command()
stm32x_info->register_base = FLASH_REG_BASE_B0;
stm32f1x.c:153stm32x_get_flash_reg()
return reg + stm32x_info->register_base;
stm32f1x.c:210stm32x_check_operation_supported()
if (stm32x_info->register_base != FLASH_REG_BASE_B0) {
stm32f1x.c:503stm32x_write_block_async()
buf_set_u32(reg_params[0].value, 0, 32, stm32x_info->register_base);
stm32f1x.c:816stm32x_probe()
stm32x_info->register_base = FLASH_REG_BASE_B0;
stm32f1x.c:998stm32x_probe()
stm32x_info->register_base = FLASH_REG_BASE_B1;

Data Use

Functions writing stm32x_flash_bank::register_base
Functions reading stm32x_flash_bank::register_base
stm32x_flash_bank::register_base
Type of stm32x_flash_bank::register_base
stm32x_flash_bank::register_base
uint32_t
all items filtered out