Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dusb_console.c56 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()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dusb_console.c57 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()
/hal_espressif-3.4.0/components/bootloader_support/src/
Dbootloader_console_loader.c36 static char cdc_txbuf[ACM_BYTES_PER_TX];
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/usb/
Dcdc_acm.h43 #define ACM_BYTES_PER_TX 64 macro
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/usb/
Dcdc_acm.h43 #define ACM_BYTES_PER_TX 64 macro
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c22 static char s_cdcacm_txbuf[ACM_BYTES_PER_TX];
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Drom_functions.h129 #define ACM_BYTES_PER_TX 64 macro