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

DCSR_EBREAKS macro

Syntax

#define DCSR_EBREAKS (1<<13)

References

LocationText
encoding.h:80
#define DCSR_EBREAKS (1<<13)
riscv-011.c:1141
info->dcsr = set_field(info->dcsr, DCSR_EBREAKS, riscv_ebreaks);
riscv-011.c:1958
info->dcsr = set_field(info->dcsr, DCSR_EBREAKS, riscv_ebreaks);