PWRSTAT_COREWASRESET_DM is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDPWRSTAT_COREWASRESET_DM

PWRSTAT_COREWASRESET_DM macro

Syntax

#define PWRSTAT_COREWASRESET_DM(d) (((d)->dap) ? BIT(16) : BIT(4))

Arguments

d

References

LocationText
xtensa_debug_module.h:57
#define PWRSTAT_COREWASRESET_DM(d) (((d)->dap) ? BIT(16) : BIT(4))
xtensa_debug_module.h:59
#define PWRSTAT_COREWASRESET(x) (PWRSTAT_COREWASRESET_DM(&((x)->dbg_mod)))
xtensa_debug_module.h:585
return !(dm->power_status.prev_stat & PWRSTAT_COREWASRESET_DM(dm)) &&
xtensa_debug_module.h:586
dm->power_status.stat & PWRSTAT_COREWASRESET_DM(dm);