Searched refs:USB_RequestCountI (Results 1 – 1 of 1) sorted by relevance
186 static volatile uint16_t USB_RequestCountI = 0; // Request Count In variable261 USB_RequestCountI++; in dap_out_callback()265 if ((uint16_t) (USB_RequestCountI - USB_RequestCountO) != DAP_PACKET_COUNT) { in dap_out_callback()371 while (USB_RequestCountI != USB_RequestCountO) { in chry_dap_handle()400 if ((uint16_t) (USB_RequestCountI - USB_RequestCountO) != DAP_PACKET_COUNT) { in chry_dap_handle()
Completed in 10 milliseconds