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

PWRSTAT_COREWASRESET macro

Syntax

#define PWRSTAT_COREWASRESET(x) (PWRSTAT_COREWASRESET_DM(&((x)->dbg_mod)))

Arguments

x

References

LocationText
xtensa_debug_module.h:59
#define PWRSTAT_COREWASRESET(x) (PWRSTAT_COREWASRESET_DM(&((x)->dbg_mod)))
esp_xtensa.c:112
if (xtensa_dm_power_status_get(&xtensa->dbg_mod) & PWRSTAT_COREWASRESET(xtensa)) {
xtensa.c:2313
PWRSTAT_COREWASRESET(xtensa));
xtensa.c:2317
PWRSTAT_DEBUGWASRESET(xtensa) | PWRSTAT_COREWASRESET(xtensa),
xtensa.c:2345
if (xtensa->dbg_mod.power_status.stath & PWRSTAT_COREWASRESET(xtensa)) {