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

DCSR_CAUSE macro

Syntax

#define DCSR_CAUSE (7<<6)

References

LocationText
encoding.h:84
#define DCSR_CAUSE (7<<6)
riscv-011.c:1844
int cause = get_field(info->dcsr, DCSR_CAUSE);