Home
last modified time | relevance | path

Searched refs:stub_uses_usb_otg (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c123 bool stub_uses_usb_otg(void) in stub_uses_usb_otg() function
171 if (stub_uses_usb_otg()) { in stub_tx_one_char()
194 if (stub_uses_usb_otg()) { in stub_tx_flush()
226 if (stub_uses_usb_otg()) { in stub_rx_async_enable()
272 if (stub_uses_usb_otg()) { in stub_io_init()
306 if (stub_uses_usb_otg()) { in stub_io_set_baudrate()
Dstub_flasher.c56 return stub_uses_usb_otg(); in can_use_max_cpu_freq()
60 return stub_uses_usb_otg() || stub_uses_usb_jtag_serial(); in can_use_max_cpu_freq()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_io.h61 bool stub_uses_usb_otg(void);