Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_async.c78 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());
Dtest_usb_host_plugging.c188 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all());
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c38 ESP_ERROR_CHECK(usb_host_device_free_all()); in usb_lib_task()
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h281 esp_err_t usb_host_device_free_all(void);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c104 usb_host_device_free_all(); in handle_usb_events()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp161 ESP_ERROR_CHECK(usb_host_device_free_all()); in usb_lib_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c119 usb_host_device_free_all(); in handle_usb_events()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c70 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all()); in usb_lib_task()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst188 - 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…
/hal_espressif-3.6.0/components/usb/
Dusb_host.c871 esp_err_t usb_host_device_free_all(void) in usb_host_device_free_all() function