OpenOCD
ipdbg_hub_scratch_memory::vir_out_val
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
ipdbg_hub_scratch_memory::vir_out_val
ipdbg_hub_scratch_memory::vir_out_val field
Syntax
Show:
Summary
Declaration
from
ipdbg.c:58
uint8_t
*
vir_out_val
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
vir_out_val
;
ipdbg.c:58
free
(
hub
->
scratch_memory
.
vir_out_val
)
;
ipdbg.c:279
ipdbg_free_hub()
new_hub
->
scratch_memory
.
vir_out_val
=
calloc
(
1
,
DIV_ROUND_UP
(
virtual_ir
->
length
,
8
)
)
;
ipdbg.c:311
ipdbg_allocate_hub()
!
new_hub
->
scratch_memory
.
fields
||
(
virtual_ir
&&
!
new_hub
->
scratch_memory
.
vir_out_val
)
||
ipdbg.c:315
ipdbg_allocate_hub()
hub
->
virtual_ir
->
length
,
hub
->
scratch_memory
.
vir_out_val
)
;
ipdbg.c:382
ipdbg_shift_vir()
buf_set_u32
(
new_hub
->
scratch_memory
.
vir_out_val
,
0
,
virtual_ir
->
length
,
virtual_ir
->
value
)
;
ipdbg.c:996
ipdbg_create_hub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ipdbg_hub_scratch_memory::vir_out_val
is written by 1 function and is read by 4 functions:
ipdbg_allocate_hub()
All items filtered out
ipdbg_hub_scratch_memory::vir_out_val
ipdbg_free_hub()
ipdbg_allocate_hub()
ipdbg_shift_vir()
ipdbg_create_hub()
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