Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dstub_io.h19 void stub_io_init(void(*rx_cb_func)(char));
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c257 void stub_io_init(void(*rx_cb_func)(char)) in stub_io_init() function
Dstub_flasher.c464 stub_io_init(&stub_handle_rx_byte); in stub_main()