OpenOCD
dap_queue
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
dap_queue
dap_queue struct
Syntax
Show:
Summary
Declaration
from
stlink_usb.c:211
struct
dap_queue
{
enum
queue_cmd
cmd
;
union
{
struct
dp_r
{
unsigned
int
reg
;
struct
adiv5_dap
*
dap
;
uint32_t
*
p_data
;
}
dp_r
;
struct
dp_w
{
unsigned
int
reg
;
struct
adiv5_dap
*
dap
;
uint32_t
data
;
}
dp_w
;
struct
ap_r
{
unsigned
int
reg
;
struct
adiv5_ap
*
ap
;
uint32_t
*
p_data
;
}
ap_r
;
struct
ap_w
{
unsigned
int
reg
;
struct
adiv5_ap
*
ap
;
uint32_t
data
;
bool
changes_csw_default
;
}
ap_w
;
struct
mem_ap
{
uint32_t
addr
;
struct
adiv5_ap
*
ap
;
union
{
uint32_t
*
p_data
;
uint32_t
data
;
}
;
uint32_t
csw
;
}
mem_ap
;
}
;
}
;
Fields
Field
Declared as
dap_queue::cmd
enum
queue_cmd
Related Functions
Found 5 other functions taking a
dap_queue
argument:
Function
stlink_usb_misc_rw_segment()
stlink_usb_buf_rw_segment()
stlink_usb_count_misc_rw_queue()
stlink_usb_count_buf_rw_queue()
stlink_usb_mem_rw_queue()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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