Home
last modified time | relevance | path

Searched refs:RSWD_MSG (Results 1 – 3 of 3) sorted by relevance

/lk-master/app/mdebug/
A Drswd.c98 tx[txc++] = RSWD_MSG(CMD_SWD_DATA, 0, n); in process_txn()
131 tx[txc++] = RSWD_MSG(CMD_JTAG_DATA, 0, n); in process_txn()
181 tx[txc++] = RSWD_MSG(CMD_JTAG_DATA, 0, n); in process_txn()
216 tx[txc++] = RSWD_MSG(CMD_CLOCK_KHZ, 0, n); in process_txn()
222 tx[txc++] = RSWD_MSG(CMD_CLOCK_KHZ, 1, n); in process_txn()
227 tx[txc++] = RSWD_MSG(CMD_VERSION, 0, RSWD_VERSION); in process_txn()
232 tx[txc++] = RSWD_MSG(CMD_BOARD_STR, 0, n); in process_txn()
238 tx[txc++] = RSWD_MSG(CMD_BUILD_STR, 0, n); in process_txn()
241 tx[txc++] = RSWD_MSG(CMD_RX_MAXDATA, 0, 8192); in process_txn()
252 tx[txc++] = RSWD_MSG(CMD_STATUS, status, count); in process_txn()
[all …]
A Drswdp.h37 #define RSWD_MSG(cmd,op,n) ((((cmd)&0xFF) << 24) | (((op) & 0xFF)<<16) | ((n) & 0xFFFF)) macro
A Dswo-uart1.c95 TXN[n].buf[1] = RSWD_MSG(CMD_SWO_DATA, 0, TXNSIZE); in swo_init()

Completed in 5 milliseconds