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

DEBUGCAUSE_IC macro

Syntax

#define DEBUGCAUSE_IC BIT(0)

References

LocationText
xtensa_debug_module.h:326
#define DEBUGCAUSE_IC BIT(0) /* ICOUNT exception */
xtensa.c:1116
xtensa->nx_stop_cause = DEBUGCAUSE_IC;
xtensa.c:2370
if (halt_cause & DEBUGCAUSE_IC)