Searched refs:hcd_install (Results 1 – 5 of 5) sorted by relevance
195 esp_err_t hcd_install(const hcd_config_t *config);
149 TEST_ASSERT_EQUAL(ESP_OK, hcd_install(&hcd_config)); in test_hcd_setup()
139 - It is the client's responsibility to ensure that `hcd_install()` is called before any other HCD f…
317 ret = hcd_install(&usbh_config->hcd_config); in usbh_install()
994 esp_err_t hcd_install(const hcd_config_t *config) in hcd_install() function