OpenOCD
DTMCONTROL_VERSION
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
DTMCONTROL_VERSION
DTMCONTROL_VERSION macro
Syntax
Show:
Summary
Declaration
from
riscv.c:53
#define
DTMCONTROL_VERSION
(
0xf
)
Examples
References
from
examples
Code
Location
#define
DTMCONTROL_VERSION
(
0xf
)
riscv-011.c:97
#define
DTMCONTROL_VERSION
(
0xf
)
riscv.c:53
LOG_DEBUG
(
" version=%d"
,
get_field
(
dtmcontrol
,
DTMCONTROL_VERSION
)
)
;
riscv-011.c:1475
if
(
get_field
(
dtmcontrol
,
DTMCONTROL_VERSION
)
!=
0
)
{
riscv-011.c:1481
get_field
(
dtmcontrol
,
DTMCONTROL_VERSION
)
,
dtmcontrol
)
;
riscv-011.c:1483
info
->
dtm_version
=
get_field
(
dtmcontrol
,
DTMCONTROL_VERSION
)
;
riscv.c:1132
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