Searched refs:s_usb_tx_buf (Results 1 – 1 of 1) sorted by relevance
63 static char s_usb_tx_buf[ACM_BYTES_PER_TX]; variable334 …size_t sent = cdc_acm_fifo_fill(s_cdc_acm_device, (const uint8_t*) s_usb_tx_buf, s_usb_tx_buf_pos); in esp_usb_console_flush_internal()349 memmove(s_usb_tx_buf, s_usb_tx_buf + sent, s_usb_tx_buf_pos - sent); in esp_usb_console_flush_internal()377 memcpy(s_usb_tx_buf + s_usb_tx_buf_pos, buf, will_write); in esp_usb_console_write_buf()