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

DM_DMCS2_GROUP macro

Syntax

#define DM_DMCS2_GROUP 0x7c

References

LocationText
debug_defines.h:2449
#define DM_DMCS2_GROUP 0x7c
riscv-013.c:1534
uint32_t write = set_field(DM_DMCS2_HGWRITE, DM_DMCS2_GROUP, target->smp);
riscv-013.c:1540
*supported = get_field(read, DM_DMCS2_GROUP) == (unsigned)target->smp;