Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c22 static char s_cdcacm_txbuf[ACM_BYTES_PER_TX]; variable
110 cdc_acm_fifo_fill(uart_acm_dev, (const uint8_t *) s_cdcacm_txbuf, s_cdcacm_txpos); in stub_cdcacm_flush()
117 s_cdcacm_txbuf[s_cdcacm_txpos++] = ch; in stub_cdcacm_write_char()
118 if (ch == '\xc0' || s_cdcacm_txpos == sizeof(s_cdcacm_txbuf)) { in stub_cdcacm_write_char()