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

DTM_DMI_OP_OFFSET macro

Syntax

#define DTM_DMI_OP_OFFSET 0

References

LocationText
debug_defines.h:115
#define DTM_DMI_OP_OFFSET 0
batch.c:166
return (unsigned)buf_get_u32(base, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH);
riscv-013.c:495
buf_set_u32(out, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH, op);
riscv-013.c:538
return buf_get_u32(in, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH);
riscv-013.c:4385
buf_set_u64((unsigned char *)buf, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH, DMI_OP_WRITE);
riscv-013.c:4393
buf_set_u64((unsigned char *)buf, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH, DMI_OP_READ);
riscv-013.c:4401
buf_set_u64((unsigned char *)buf, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH, DMI_OP_NOP);