OpenOCD
buffer_write_space()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
CodeScope
Development Tools
OpenOCD
buffer_write_space()
buffer_write_space() function
Syntax
from
mpsse.c:447
static
unsigned
buffer_write_space
(
struct
mpsse_ctx
*
ctx
)
;
Arguments
ctx
References
Location
Referrer
Text
mpsse.c:447
static
unsigned
buffer_write_space
(
struct
mpsse_ctx
*
ctx
)
mpsse.c:517
mpsse_clock_data()
if
(
buffer_write_space
(
ctx
)
+
(
length
<
8
)
<
(
out
||
(
!
out
&&
!
in
)
?
4
:
3
)
mpsse.c:540
mpsse_clock_data()
if
(
(
out
||
(
!
out
&&
!
in
)
)
&&
this_bytes
+
3
>
buffer_write_space
(
ctx
)
)
mpsse.c:541
mpsse_clock_data()
this_bytes
=
buffer_write_space
(
ctx
)
-
3
;
mpsse.c:592
mpsse_clock_tms_cs()
if
(
buffer_write_space
(
ctx
)
<
3
||
(
in
&&
buffer_read_space
(
ctx
)
<
1
)
)
mpsse.c:635
mpsse_set_data_bits_low_byte()
if
(
buffer_write_space
(
ctx
)
<
3
)
mpsse.c:652
mpsse_set_data_bits_high_byte()
if
(
buffer_write_space
(
ctx
)
<
3
)
mpsse.c:669
mpsse_read_data_bits_low_byte()
if
(
buffer_write_space
(
ctx
)
<
1
||
buffer_read_space
(
ctx
)
<
1
)
mpsse.c:685
mpsse_read_data_bits_high_byte()
if
(
buffer_write_space
(
ctx
)
<
1
||
buffer_read_space
(
ctx
)
<
1
)
mpsse.c:700
single_byte_boolean_helper()
if
(
buffer_write_space
(
ctx
)
<
1
)
mpsse.c:721
mpsse_set_divisor()
if
(
buffer_write_space
(
ctx
)
<
3
)
Call Tree
Functions calling
buffer_write_space()
mpsse_clock_data()
mpsse_clock_tms_cs()
mpsse_set_data_bits_low_byte()
mpsse_set_data_bits_high_byte()
mpsse_read_data_bits_low_byte()
mpsse_read_data_bits_high_byte()
single_byte_boolean_helper()
mpsse_set_divisor()
all items filtered out
buffer_write_space()
Data read by
buffer_write_space()
mpsse_ctx::write_size
mpsse_ctx::write_count
buffer_write_space()::ctx
all items filtered out
buffer_write_space()