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

OCDDCR_BREAKINEN macro

Syntax

#define OCDDCR_BREAKINEN BIT(16)

References

LocationText
xtensa_debug_module.h:284
#define OCDDCR_BREAKINEN BIT(16)
xtensa.c:933
(OCDDCR_BREAKINEN | OCDDCR_BREAKOUTEN | OCDDCR_RUNSTALLINEN |
xtensa.c:4229
val |= OCDDCR_BREAKINEN;
xtensa.c:4237
val |= OCDDCR_BREAKINEN | OCDDCR_BREAKOUTEN;
xtensa.c:4256
(val & OCDDCR_BREAKINEN) ? " BreakIn" : "",