Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_io.h19 void stub_io_init(void(*rx_cb_func)(char));
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c268 void stub_io_init(void(*rx_cb_func)(char)) in stub_io_init() function
Dstub_flasher.c492 stub_io_init(&stub_handle_rx_byte); in stub_main()