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

DTMCONTROL_ADDRBITS macro

Syntax

#define DTMCONTROL_ADDRBITS (0xf<<4)

References

LocationText
riscv-011.c:96
#define DTMCONTROL_ADDRBITS (0xf<<4)
riscv.c:52
#define DTMCONTROL_ADDRBITS (0xf<<4)
riscv-011.c:1474
LOG_DEBUG(" addrbits=%d", get_field(dtmcontrol, DTMCONTROL_ADDRBITS));
riscv-011.c:1490
info->addrbits = get_field(dtmcontrol, DTMCONTROL_ADDRBITS);