Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h241 esp_err_t hcd_port_deinit(hcd_port_handle_t port_hdl);
/hal_espressif-3.6.0/components/usb/
Dhub.c915 ESP_ERROR_CHECK(hcd_port_deinit(port_hdl)); in hub_install()
931 ESP_ERROR_CHECK(hcd_port_deinit(hub_driver_obj->constant.root_port_hdl)); in hub_uninstall()
Dmaintainers.md140 …nt's responsibility to ensure that events and pipes are cleared before calling `hcd_port_deinit()`.
Dhcd.c1356 esp_err_t hcd_port_deinit(hcd_port_handle_t port_hdl) in hcd_port_deinit() function
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c171 TEST_ASSERT_EQUAL(ESP_OK, hcd_port_deinit(port_hdl)); in test_hcd_teardown()