OpenOCD
stm32h7x_flash_bank::flash_regs_base
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
stm32h7x_flash_bank::flash_regs_base
stm32h7x_flash_bank::flash_regs_base field
Syntax
Show:
Summary
Declaration
from
stm32h7x.c:126
uint32_t
flash_regs_base
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
flash_regs_base
;
/* Address of flash reg controller */
stm32h7x.c:126
return
reg_offset
+
stm32x_info
->
flash_regs_base
;
stm32h7x.c:233
stm32x_get_flash_reg()
buf_set_u32
(
reg_params
[
5
]
.
value
,
0
,
32
,
stm32x_info
->
flash_regs_base
)
;
stm32h7x.c:621
stm32x_write_block()
stm32x_info
->
flash_regs_base
=
FLASH_REG_BASE_B0
;
stm32h7x.c:785
stm32x_probe()
stm32x_info
->
flash_regs_base
=
FLASH_REG_BASE_B1
;
stm32h7x.c:787
stm32x_probe()
LOG_DEBUG
(
"flash_regs_base: 0x%"
PRIx32
,
stm32x_info
->
flash_regs_base
)
;
stm32h7x.c:792
stm32x_probe()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
stm32h7x_flash_bank::flash_regs_base
is written by 1 function and is read by 3 functions:
stm32x_probe()
All items filtered out
stm32h7x_flash_bank::flash_regs_base
stm32x_get_flash_reg()
stm32x_write_block()
stm32x_probe()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out