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

DTM_DMI_DATA_OFFSET macro

Syntax

#define DTM_DMI_DATA_OFFSET 2

References

LocationText
debug_defines.h:109
#define DTM_DMI_DATA_OFFSET 2
batch.c:176
return buf_get_u32(base, DTM_DMI_DATA_OFFSET, DTM_DMI_DATA_LENGTH);
riscv-013.c:496
buf_set_u32(out, DTM_DMI_DATA_OFFSET, DTM_DMI_DATA_LENGTH, data_out);
riscv-013.c:533
*data_in = buf_get_u32(in, DTM_DMI_DATA_OFFSET, DTM_DMI_DATA_LENGTH);
riscv-013.c:4386
buf_set_u64((unsigned char *)buf, DTM_DMI_DATA_OFFSET, DTM_DMI_DATA_LENGTH, d);
riscv-013.c:4394
buf_set_u64((unsigned char *)buf, DTM_DMI_DATA_OFFSET, DTM_DMI_DATA_LENGTH, 0);
riscv-013.c:4402
buf_set_u64((unsigned char *)buf, DTM_DMI_DATA_OFFSET, DTM_DMI_DATA_LENGTH, 0);