Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c22 static char s_cdcacm_txbuf[ACM_BYTES_PER_TX]; variable
106 cdc_acm_fifo_fill(uart_acm_dev, (const uint8_t *) s_cdcacm_txbuf, s_cdcacm_txpos); in stub_cdcacm_flush()
113 s_cdcacm_txbuf[s_cdcacm_txpos++] = ch; in stub_cdcacm_write_char()
114 if (ch == '\xc0' || s_cdcacm_txpos == sizeof(s_cdcacm_txbuf)) { in stub_cdcacm_write_char()