Searched refs:usb_host_device_free_all (Results 1 – 10 of 10) sorted by relevance
78 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all());153 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all());
188 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all());
38 ESP_ERROR_CHECK(usb_host_device_free_all()); in usb_lib_task()
281 esp_err_t usb_host_device_free_all(void);
104 usb_host_device_free_all(); in handle_usb_events()
161 ESP_ERROR_CHECK(usb_host_device_free_all()); in usb_lib_task()
119 usb_host_device_free_all(); in handle_usb_events()
70 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all()); in usb_lib_task()
188 - The Daemon Task must free Device 2 first by calling :cpp:func:`usb_host_device_free_all`.189 …- If :cpp:func:`usb_host_device_free_all` was able to free all devices, the function will return `…190 …- If :cpp:func:`usb_host_device_free_all` was unable to free all devices (e.g., because the device…
871 esp_err_t usb_host_device_free_all(void) in usb_host_device_free_all() function