PWRSTAT_DEBUGWASRESET_DM is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDPWRSTAT_DEBUGWASRESET_DM

PWRSTAT_DEBUGWASRESET_DM macro

Syntax

#define PWRSTAT_DEBUGWASRESET_DM(d) (((d)->dap) ? BIT(28) : BIT(6))

Arguments

d

References

LocationText
xtensa_debug_module.h:56
#define PWRSTAT_DEBUGWASRESET_DM(d) (((d)->dap) ? BIT(28) : BIT(6))
xtensa_debug_module.h:58
#define PWRSTAT_DEBUGWASRESET(x) (PWRSTAT_DEBUGWASRESET_DM(&((x)->dbg_mod)))
xtensa_debug_module.h:579
return !(dm->power_status.prev_stat & PWRSTAT_DEBUGWASRESET_DM(dm)) &&
xtensa_debug_module.h:580
dm->power_status.stat & PWRSTAT_DEBUGWASRESET_DM(dm);