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

CSYSPWRUPREQ macro

Syntax

#define CSYSPWRUPREQ (1UL << 30)

References

LocationText
arm_adi_v5.h:95
#define CSYSPWRUPREQ (1UL << 30)
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);