Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/usb/
Dcdc_acm.h236 #define LINE_CTRL_DTR (1 << 2) macro
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/usb/
Dcdc_acm.h236 #define LINE_CTRL_DTR (1 << 2) macro
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dusb_console.c131 cdc_acm_line_ctrl_get(dev, LINE_CTRL_DTR, &dtr); in esp_usb_console_cdc_acm_cb()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dusb_console.c132 cdc_acm_line_ctrl_get(dev, LINE_CTRL_DTR, &dtr); in esp_usb_console_cdc_acm_cb()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Drom_functions.h134 #define LINE_CTRL_DTR (1 << 2) macro