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

SSTICKYERR macro

Syntax

#define SSTICKYERR (1UL << 5)

References

LocationText
arm_adi_v5.h:86
#define SSTICKYERR (1UL << 5)
adi_v5_jtag.c:670
if (ctrlstat & SSTICKYERR) {
adi_v5_jtag.c:681
if (ctrlstat & SSTICKYERR)
adi_v5_jtag.c:689
dap->dp_ctrl_stat | SSTICKYERR | SSTICKYORUN, NULL, 0);
arm_adi_v5.c:803
dap->dp_ctrl_stat | SSTICKYERR | SSTICKYORUN);
stlink_usb.c:4697
if (ctrlstat & SSTICKYERR) {
stlink_usb.c:4700
ctrlstat & (dap->dp_ctrl_stat | SSTICKYERR));