Home
last modified time | relevance | path

Searched refs:wait_done (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c77 bool wait_done; //Mark whether wait tx done. member
933 if (p_rmt_obj[channel]->wait_done) { in rmt_driver_uninstall()
1022 p_rmt_obj[channel]->wait_done = false; in rmt_driver_install()
1126 p_rmt->wait_done = wait_tx_done; in rmt_write_items()
1148 p_rmt_obj[channel]->wait_done = false; in rmt_wait_tx_done()
1271 p_rmt->wait_done = wait_tx_done; in rmt_write_sample()
/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py1422 def wait_done(): function
1428 wait_done()