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

SWD_CMD_STOP macro

Syntax

#define SWD_CMD_STOP (0 << 6)

References

LocationText
swd.h:21
#define SWD_CMD_STOP (0 << 6) /* always clear for synch SWD */
cmsis_dap.c:583
command[idx++] = SWD_CMD_START | swd_cmd(false, false, DP_TARGETSEL) | SWD_CMD_STOP | SWD_CMD_PARK;
kitprog.c:721
buffer[write_count++] = (cmd | SWD_CMD_START | SWD_CMD_PARK) & ~SWD_CMD_STOP;