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

PWRCTL_CORERESET macro

Syntax

#define PWRCTL_CORERESET(x) (((x)->dbg_mod.dap) ? BIT(16) : BIT(4))

Arguments

x

References

LocationText
xtensa_debug_module.h:51
#define PWRCTL_CORERESET(x) (((x)->dbg_mod.dap) ? BIT(16) : BIT(4))
xtensa.c:921
cmd |= PWRCTL_CORERESET(xtensa);
xtensa.c:1169
PWRCTL_COREWAKEUP(xtensa) | PWRCTL_CORERESET(xtensa));