OpenOCD
cmsis_dap_backend
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_backend
cmsis_dap_backend struct
Syntax
Show:
Summary
Declaration
Definition
from
cmsis_dap.h:8
struct
cmsis_dap_backend
;
Implemented in
cmsis_dap.h:61
Fields
Field
Declared as
cmsis_dap_backend::name
const
char
*
cmsis_dap_backend::open
int
(
*
)
(
struct
cmsis_dap
*
dap
,
uint16_t
vids
[
]
,
uint16_t
pids
[
]
,
const
char
*
serial
)
cmsis_dap_backend::close
void
(
*
)
(
struct
cmsis_dap
*
dap
)
cmsis_dap_backend::read
int
(
*
)
(
struct
cmsis_dap
*
dap
,
int
transfer_timeout_ms
,
struct
timeval
*
wait_timeout
)
cmsis_dap_backend::write
int
(
*
)
(
struct
cmsis_dap
*
dap
,
int
len
,
int
timeout_ms
)
cmsis_dap_backend::packet_buffer_alloc
int
(
*
)
(
struct
cmsis_dap
*
dap
,
unsigned
int
pkt_sz
)
cmsis_dap_backend::packet_buffer_free
void
(
*
)
(
struct
cmsis_dap
*
dap
)
cmsis_dap_backend::cancel_all
void
(
*
)
(
struct
cmsis_dap
*
dap
)
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