Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c603 bool wait_for_free = false; in usbh_dev_mark_all_free() local
625wait_for_free = true; //As long as there is still a device, we need to wait for an event indicat… in usbh_dev_mark_all_free()
634 return (wait_for_free) ? ESP_ERR_NOT_FINISHED : ESP_OK; in usbh_dev_mark_all_free()