Searched refs:cdc_txbuf (Results 1 – 1 of 1) sorted by relevance
37 static char cdc_txbuf[ACM_BYTES_PER_TX]; variable42 cdc_acm_fifo_fill(uart_acm_dev, (const uint8_t *) cdc_txbuf, cdc_txpos); in bootloader_console_flush_usb()49 cdc_txbuf[cdc_txpos++] = ch; in bootloader_console_write_one_char_usb()50 if (ch == '\n' || cdc_txpos == sizeof(cdc_txbuf)) { in bootloader_console_write_one_char_usb()