Searched refs:ACM_BYTES_PER_TX (Results 1 – 7 of 7) sorted by relevance
56 static char s_usb_tx_buf[ACM_BYTES_PER_TX];320 ssize_t tx_buf_available = ACM_BYTES_PER_TX - s_usb_tx_buf_pos; in esp_usb_console_write_buf()326 if (s_usb_tx_buf_pos == ACM_BYTES_PER_TX || buf[size - 1] == '\n') { in esp_usb_console_write_buf()
57 static char s_usb_tx_buf[ACM_BYTES_PER_TX];320 ssize_t tx_buf_available = ACM_BYTES_PER_TX - s_usb_tx_buf_pos; in esp_usb_console_write_buf()326 if (s_usb_tx_buf_pos == ACM_BYTES_PER_TX || buf[size - 1] == '\n') { in esp_usb_console_write_buf()
36 static char cdc_txbuf[ACM_BYTES_PER_TX];
43 #define ACM_BYTES_PER_TX 64 macro
22 static char s_cdcacm_txbuf[ACM_BYTES_PER_TX];
129 #define ACM_BYTES_PER_TX 64 macro