OpenOCD
picoprobe_queue_length
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
picoprobe_queue_length
picoprobe_queue_length variable
Syntax
Show:
Summary
Declaration
from
picoprobe.c:89
static
size_t
picoprobe_queue_length
;
Examples
References
from
examples
Code
Location
Referrer
static
size_t
picoprobe_queue_length
;
picoprobe.c:89
LOG_DEBUG_IO
(
"Flush %d transactions"
,
(
int
)
picoprobe_queue_length
)
;
picoprobe.c:113
picoprobe_flush()
for
(
unsigned
i
=
0
;
i
<
picoprobe_queue_length
;
i
++
)
{
picoprobe.c:124
picoprobe_flush()
picoprobe_queue_length
=
0
;
picoprobe.c:166
picoprobe_flush()
picoprobe_queue_length
=
0
;
picoprobe.c:219
picoprobe_flush()
if
(
picoprobe_queue_length
==
picoprobe_queue_alloced
)
{
picoprobe.c:229
picoprobe_read_write_bits()
LOG_DEBUG_IO
(
"Picoprobe queue len %d -> %d"
,
(
int
)
picoprobe_queue_length
,
picoprobe.c:233
picoprobe_read_write_bits()
(
int
)
picoprobe_queue_length
+
1
)
;
picoprobe.c:234
picoprobe_read_write_bits()
struct
picoprobe_queue_entry
*
q
=
&
picoprobe_queue
[
picoprobe_queue_length
]
;
picoprobe.c:237
picoprobe_read_write_bits()
q
->
id
=
picoprobe_queue_length
++
;
picoprobe.c:238
picoprobe_read_write_bits()
if
(
picoprobe_queue_length
==
picoprobe_queue_alloced
)
picoprobe.c:257
picoprobe_read_bits()
picoprobe_queue_length
=
0
;
picoprobe.c:540
picoprobe_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
picoprobe_queue_length
is written by 3 functions and is read by 3 functions:
picoprobe_flush()
picoprobe_read_write_bits()
picoprobe_init()
All items filtered out
picoprobe_queue_length
picoprobe_flush()
picoprobe_read_write_bits()
picoprobe_read_bits()
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