Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/usb/private_include/
Dhcd.h195 esp_err_t hcd_install(const hcd_config_t *config);
/hal_espressif-3.4.0/components/usb/test/hcd/
Dtest_hcd_common.c149 TEST_ASSERT_EQUAL(ESP_OK, hcd_install(&hcd_config)); in test_hcd_setup()
/hal_espressif-3.4.0/components/usb/
Dmaintainers.md139 - It is the client's responsibility to ensure that `hcd_install()` is called before any other HCD f…
Dusbh.c317 ret = hcd_install(&usbh_config->hcd_config); in usbh_install()
Dhcd.c994 esp_err_t hcd_install(const hcd_config_t *config) in hcd_install() function