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

DEBUGCAUSE_IB macro

Syntax

#define DEBUGCAUSE_IB BIT(1)

References

LocationText
xtensa_debug_module.h:327
#define DEBUGCAUSE_IB BIT(1) /* IBREAK exception */
xtensa.c:1119
xtensa->nx_stop_cause = DEBUGCAUSE_IB;
xtensa.c:2372
if (halt_cause & (DEBUGCAUSE_IB | DEBUGCAUSE_BN | DEBUGCAUSE_BI)) {