OpenOCD
osbdm_add_pathmove()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
osbdm_add_pathmove()
osbdm_add_pathmove() function
Syntax
Show:
Summary
Declaration
from
osbdm.c:381
static
int
osbdm_add_pathmove
(
struct
queue
*
queue
,
tap_state_t
*
path
,
unsigned
int
num_states
)
;
Arguments
Argument
queue
path
num_states
Related Functions
Found 10 other functions taking a
queue
argument:
Function
osbdm_add_stableclocks()
osbdm_add_tms()
osbdm_add_scan()
osbdm_add_runtest()
osbdm_execute_command()
queue_add_tail()
queue_drop_head()
queue_free()
osbdm_flush()
osbdm_add_statemove()
Examples
References
from
examples
Code
Location
Referrer
static
int
osbdm_add_pathmove
(
osbdm.c:381
retval
=
osbdm_add_pathmove
(
osbdm.c:574
osbdm_execute_command()
Call Tree
from
examples
osbdm_add_pathmove()
is called by 1 function and calls 8 functions:
osbdm_execute_command()
All items filtered out
osbdm_add_pathmove()
log_printf_lf()
buf_set_u32()
tap_state_name()
tap_set_state_impl()
tap_get_state()
tap_set_end_state()
tap_state_transition()
queue_add_tail()
All items filtered out
Data Use
from
examples
osbdm_add_pathmove()
reads 5 variables:
log_levels::LOG_LVL_ERROR
log_levels::LOG_LVL_DEBUG
log_levels::LOG_LVL_DEBUG_IO
debug_level
sequence::tms
All items filtered out
osbdm_add_pathmove()
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