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

CDBGPWRUPREQ macro

Syntax

#define CDBGPWRUPREQ (1UL << 28)

References

LocationText
arm_adi_v5.h:93
#define CDBGPWRUPREQ (1UL << 28)
adi_v5_jtag.c:673
pwrmask = CDBGPWRUPREQ | CDBGPWRUPACK | CSYSPWRUPREQ;
arm_adi_v5.c:795
dap->dp_ctrl_stat = CDBGPWRUPREQ | CSYSPWRUPREQ;
arm_adi_v5.c:837
arm_adi_v5.c:868
dap->dp_ctrl_stat = CDBGPWRUPREQ | CSYSPWRUPREQ;
stlink_usb.c:4710
pwrmask = dap->dp_ctrl_stat & (CDBGPWRUPREQ | CSYSPWRUPREQ);