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

CSR_DCSR_CAUSE macro

Syntax

#define CSR_DCSR_CAUSE 0x1c0

References

LocationText
debug_defines.h:319
#define CSR_DCSR_CAUSE 0x1c0
riscv-013.c:4323
LOG_DEBUG("dcsr.cause: 0x%" PRIx64, get_field(dcsr, CSR_DCSR_CAUSE));
riscv-013.c:4325
switch (get_field(dcsr, CSR_DCSR_CAUSE)) {
riscv-013.c:4344
LOG_ERROR("Unknown DCSR cause field: 0x%" PRIx64, get_field(dcsr, CSR_DCSR_CAUSE));