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

STKERRCLR macro

Syntax

#define STKERRCLR (1UL << 2)

References

LocationText
arm_adi_v5.h:70
#define STKERRCLR (1UL << 2) /* SWD-only */
adi_v5_swd.c:81
STKCMPCLR | STKERRCLR | WDERRCLR | ORUNERRCLR, 0);
adi_v5_swd.c:450
adi_v5_swd.c:484
DAPABORT | STKCMPCLR | STKERRCLR | WDERRCLR | ORUNERRCLR, 0);
stlink_usb.c:4702
retval = stlink_dap_dp_write(dap, DP_ABORT, STKERRCLR);