Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c119 bool stub_uses_usb_otg(void) in stub_uses_usb_otg() function
167 if (stub_uses_usb_otg()) { in stub_tx_one_char()
183 if (stub_uses_usb_otg()) { in stub_tx_flush()
215 if (stub_uses_usb_otg()) { in stub_rx_async_enable()
261 if (stub_uses_usb_otg()) { in stub_io_init()
295 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-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dstub_io.h61 bool stub_uses_usb_otg(void);