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

OCDDSR_STOPPED macro

Syntax

#define OCDDSR_STOPPED BIT(4)

References

LocationText
xtensa_debug_module.h:296
#define OCDDSR_STOPPED BIT(4)
xtensa.c:883
return xtensa->dbg_mod.core_status.dsr & OCDDSR_STOPPED;
xtensa.c:2351
xtensa->dbg_mod.core_status.dsr & OCDDSR_STOPPED);