Searched refs:dap_ctx (Results 1 – 1 of 1) sorted by relevance
48 static struct dap_context dap_ctx[1]; variable1031 n = dap_process_cmd(&dap_ctx[0], request, response); in dap_execute_cmd()1039 return dap_process_cmd(&dap_ctx[0], request, response); in dap_execute_cmd()1044 dap_ctx[0].pkt_size = pkt_size; in dap_update_pkt_size()1045 LOG_INF("New packet size %u", dap_ctx[0].pkt_size); in dap_update_pkt_size()1050 dap_ctx[0].swdp_dev = (void *)dev; in dap_setup()1052 if (!device_is_ready(dap_ctx[0].swdp_dev)) { in dap_setup()1058 dap_ctx[0].pkt_size = CMSIS_DAP_PACKET_MIN_SIZE; in dap_setup()1059 dap_ctx[0].debug_port = 0U; in dap_setup()1060 dap_ctx[0].transfer.idle_cycles = 0U; in dap_setup()[all …]