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

DEBUGCAUSE_VALID macro

Syntax

#define DEBUGCAUSE_VALID BIT(31)

References

LocationText
xtensa_debug_module.h:332
#define DEBUGCAUSE_VALID BIT(31) /* Pseudo-value to trigger reread (NX only) */
xtensa.c:1102
if (xtensa->nx_stop_cause & DEBUGCAUSE_VALID)
xtensa.c:1137
xtensa->nx_stop_cause |= DEBUGCAUSE_VALID;
xtensa.c:1150
xtensa->nx_stop_cause = DEBUGCAUSE_VALID;