OpenOCD
cmsis_dap::pending_fifo_put_idx
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
cmsis_dap::pending_fifo_put_idx
cmsis_dap::pending_fifo_put_idx field
Syntax
Show:
Summary
Declaration
from
cmsis_dap.h:51
unsigned
int
pending_fifo_put_idx
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
pending_fifo_put_idx
,
pending_fifo_get_idx
;
cmsis_dap.h:51
dap
->
pending_fifo_put_idx
=
0
;
cmsis_dap.c:344
cmsis_dap_xfer()
dap
->
pending_fifo_put_idx
=
0
;
cmsis_dap.c:767
cmsis_dap_swd_discard_all_pending()
struct
pending_request_block
*
block
=
&
dap
->
pending_fifo
[
dap
->
pending_fifo_put_idx
]
;
cmsis_dap.c:782
cmsis_dap_swd_write_from_queue()
block
->
transfer_count
,
dap
->
pending_fifo_put_idx
,
cmsis_dap.c:791
cmsis_dap_swd_write_from_queue()
dap
->
pending_fifo_put_idx
=
(
dap
->
pending_fifo_put_idx
+
1
)
%
packet_count
;
cmsis_dap.c:865
cmsis_dap_swd_write_from_queue()
cmsis_dap_handle
->
pending_fifo_put_idx
=
0
;
cmsis_dap.c:1005
cmsis_dap_swd_run_queue()
struct
pending_request_block
*
block
=
&
cmsis_dap_handle
->
pending_fifo
[
cmsis_dap_handle
->
pending_fifo_put_idx
]
;
cmsis_dap.c:1094
cmsis_dap_swd_queue_cmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cmsis_dap::pending_fifo_put_idx
is written by 4 functions and is read by 2 functions:
cmsis_dap_xfer()
cmsis_dap_swd_discard_all_pending()
cmsis_dap_swd_write_from_queue()
cmsis_dap_swd_run_queue()
All items filtered out
cmsis_dap::pending_fifo_put_idx
cmsis_dap_swd_write_from_queue()
cmsis_dap_swd_queue_cmd()
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