OpenOCD
svf_check_tdo_para
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
svf_check_tdo_para
svf_check_tdo_para variable
Syntax
Show:
Summary
Declaration
from
svf.c:205
static
struct
svf_check_tdo_para
*
svf_check_tdo_para
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
svf_check_tdo_para
*
svf_check_tdo_para
;
svf.c:205
svf_check_tdo_para
=
malloc
(
sizeof
(
struct
svf_check_tdo_para
)
*
SVF_CHECK_TDO_PARA_SIZE
)
;
svf.c:491
handle_svf_command()
if
(
!
svf_check_tdo_para
)
{
svf.c:492
handle_svf_command()
free
(
svf_check_tdo_para
)
;
svf.c:625
handle_svf_command()
svf_check_tdo_para
=
NULL
;
svf.c:626
handle_svf_command()
index_var
=
svf_check_tdo_para
[
i
]
.
buffer_offset
;
svf.c:932
svf_check_tdo()
len
=
svf_check_tdo_para
[
i
]
.
bit_len
;
svf.c:933
svf_check_tdo()
if
(
(
svf_check_tdo_para
[
i
]
.
enabled
)
svf.c:934
svf_check_tdo()
svf_check_tdo_para
[
i
]
.
line_num
)
;
svf.c:938
svf_check_tdo()
svf_check_tdo_para
[
svf_check_tdo_para_index
]
.
line_num
=
svf_line_number
;
svf.c:961
svf_add_check_para()
svf_check_tdo_para
[
svf_check_tdo_para_index
]
.
bit_len
=
bit_len
;
svf.c:962
svf_add_check_para()
svf_check_tdo_para
[
svf_check_tdo_para_index
]
.
enabled
=
enabled
;
svf.c:963
svf_add_check_para()
svf_check_tdo_para
[
svf_check_tdo_para_index
]
.
buffer_offset
=
buffer_offset
;
svf.c:964
svf_add_check_para()
SVF_BUF_LOG
(
DEBUG
,
svf_tdi_buffer
,
svf_check_tdo_para
[
0
]
.
bit_len
,
"TDO read"
)
;
svf.c:1617
svf_run_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
svf_check_tdo_para
is written by 1 function and is read by 4 functions:
handle_svf_command()
All items filtered out
svf_check_tdo_para
handle_svf_command()
svf_check_tdo()
svf_add_check_para()
svf_run_command()
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