OpenOCD
etm_capture_driver
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
etm_capture_driver
etm_capture_driver struct
Syntax
Show:
Summary
Declaration
from
etm.h:125
struct
etm_capture_driver
{
const
char
*
name
;
const
struct
command_registration
*
commands
;
int
(
*
init
)
(
struct
etm_context
*
etm_ctx
)
;
trace_status_t
(
*
status
)
(
struct
etm_context
*
etm_ctx
)
;
int
(
*
read_trace
)
(
struct
etm_context
*
etm_ctx
)
;
int
(
*
start_capture
)
(
struct
etm_context
*
etm_ctx
)
;
int
(
*
stop_capture
)
(
struct
etm_context
*
etm_ctx
)
;
}
;
Fields
Field
Declared as
etm_capture_driver::name
const
char
*
etm_capture_driver::commands
const
struct
command_registration
*
etm_capture_driver::init
int
(
*
)
(
struct
etm_context
*
etm_ctx
)
etm_capture_driver::status
trace_status_t
(
*
)
(
struct
etm_context
*
etm_ctx
)
etm_capture_driver::read_trace
int
(
*
)
(
struct
etm_context
*
etm_ctx
)
etm_capture_driver::start_capture
int
(
*
)
(
struct
etm_context
*
etm_ctx
)
etm_capture_driver::stop_capture
int
(
*
)
(
struct
etm_context
*
etm_ctx
)
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