OpenOCD
svf_hexbuf_print()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
svf_hexbuf_print()
svf_hexbuf_print() function
Syntax
Show:
Summary
Declaration
from
svf.c:248
static
void
svf_hexbuf_print
(
int
dbg_lvl
,
const
char
*
file
,
unsigned
line
,
const
char
*
function
,
const
uint8_t
*
buf
,
int
bit_len
,
const
char
*
desc
)
;
Arguments
Argument
dbg_lvl
file
line
function
buf
bit_len
desc
Examples
References
from
examples
Code
Location
Referrer
static
void
svf_hexbuf_print
(
int
dbg_lvl
,
const
char
*
file
,
unsigned
line
,
svf.c:248
SVF_BUF_LOG
(
ERROR
,
&
svf_tdi_buffer
[
index_var
]
,
len
,
"READ"
)
;
svf.c:939
svf_check_tdo()
SVF_BUF_LOG
(
ERROR
,
&
svf_tdo_buffer
[
index_var
]
,
len
,
"WANT"
)
;
svf.c:940
svf_check_tdo()
SVF_BUF_LOG
(
ERROR
,
&
svf_mask_buffer
[
index_var
]
,
len
,
"MASK"
)
;
svf.c:941
svf_check_tdo()
SVF_BUF_LOG
(
DEBUG
,
*
pbuffer_tmp
,
xxr_para_tmp
->
len
,
argus
[
i
]
)
;
svf.c:1153
svf_run_command()
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
svf_hexbuf_print()
is called by 2 functions and calls 1 function:
svf_check_tdo()
svf_run_command()
All items filtered out
svf_hexbuf_print()
log_printf_lf()
All items filtered out
Data Use
from
examples
svf_hexbuf_print()
:
All items filtered out
svf_hexbuf_print()
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