Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c100 cdc_acm_line_ctrl_get(dev, LINE_CTRL_RTS, &rts); in stub_cdcacm_cb()
153 cdc_acm_line_ctrl_get(uart_acm_dev, LINE_CTRL_RTS, &s_cdcacm_old_rts); in stub_configure_rx_usb()
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/usb/
Dcdc_acm.h199 #define LINE_CTRL_RTS (1 << 1) macro
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/usb/
Dcdc_acm.h198 #define LINE_CTRL_RTS (1 << 1) macro
/hal_espressif-latest/components/esp_system/port/
Dusb_console.c146 cdc_acm_line_ctrl_get(dev, LINE_CTRL_RTS, &rts); in esp_usb_console_cdc_acm_cb()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h137 #define LINE_CTRL_RTS (1 << 1) macro