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

CMD_DAP_TFER_BLOCK macro

Syntax

#define CMD_DAP_TFER_BLOCK 0x06

References

LocationText
cmsis_dap.c:160
#define CMD_DAP_TFER_BLOCK 0x06
cmsis_dap.c:806
block->command = block_cmd ? CMD_DAP_TFER_BLOCK : CMD_DAP_TFER;
cmsis_dap.c:931
if (block->command == CMD_DAP_TFER_BLOCK) {