Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/
Dusb_console.c63 static char s_usb_tx_buf[ACM_BYTES_PER_TX]; variable
334 …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()