Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dstub_io.h24 void stub_rx_async_enable(bool enable);
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_commands.c104 stub_rx_async_enable(false); in handle_flash_read()
140 stub_rx_async_enable(true); in handle_flash_read()
Dstub_io.c211 void stub_rx_async_enable(bool enable) in stub_rx_async_enable() function