Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_rom/include/
Desp_rom_uart.h23 #define ESP_ROM_CDC_ACM_WORK_BUF_MIN 128 macro
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_console.c102 static char s_usb_cdc_buf[ESP_ROM_CDC_ACM_WORK_BUF_MIN];
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dusb_console.c42 #define CDC_WORK_BUF_SIZE (ESP_ROM_CDC_ACM_WORK_BUF_MIN + CONFIG_ESP_CONSOLE_USB_CDC_RX_BUF_SIZE)
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dusb_console.c43 #define CDC_WORK_BUF_SIZE (ESP_ROM_CDC_ACM_WORK_BUF_MIN + CONFIG_ESP_CONSOLE_USB_CDC_RX_BUF_SIZE)