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

DCSR_STEP macro

Syntax

#define DCSR_STEP (1<<2)

References

LocationText
encoding.h:87
#define DCSR_STEP (1<<2)
riscv-011.c:1147
info->dcsr |= DCSR_STEP;
riscv-011.c:1149
info->dcsr &= ~DCSR_STEP;