DTMCONTROL_VERSION is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

DTMCONTROL_VERSION macro

Syntax

#define DTMCONTROL_VERSION (0xf)

References

LocationText
riscv-011.c:97
#define DTMCONTROL_VERSION (0xf)
riscv.c:53
#define DTMCONTROL_VERSION (0xf)
riscv-011.c:1475
LOG_DEBUG(" version=%d", get_field(dtmcontrol, DTMCONTROL_VERSION));
riscv-011.c:1481
if (get_field(dtmcontrol, DTMCONTROL_VERSION) != 0) {
riscv-011.c:1483
get_field(dtmcontrol, DTMCONTROL_VERSION), dtmcontrol);
riscv.c:1132
info->dtm_version = get_field(dtmcontrol, DTMCONTROL_VERSION);