Home
last modified time | relevance | path

Searched refs:LINE_CTRL_RTS (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c96 cdc_acm_line_ctrl_get(dev, LINE_CTRL_RTS, &rts); in stub_cdcacm_cb()
149 cdc_acm_line_ctrl_get(uart_acm_dev, LINE_CTRL_RTS, &s_cdcacm_old_rts); in stub_configure_rx_usb()
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/usb/
Dcdc_acm.h235 #define LINE_CTRL_RTS (1 << 1) macro
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/usb/
Dcdc_acm.h235 #define LINE_CTRL_RTS (1 << 1) macro
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dusb_console.c130 cdc_acm_line_ctrl_get(dev, LINE_CTRL_RTS, &rts); in esp_usb_console_cdc_acm_cb()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dusb_console.c131 cdc_acm_line_ctrl_get(dev, LINE_CTRL_RTS, &rts); in esp_usb_console_cdc_acm_cb()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Drom_functions.h133 #define LINE_CTRL_RTS (1 << 1) macro