Home
last modified time | relevance | path

Searched refs:hcd_port_init (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h229 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p…
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c158 TEST_ASSERT_EQUAL(ESP_OK, hcd_port_init(PORT_NUM, &port_config, &port_hdl)); in test_hcd_setup()
/hal_espressif-3.6.0/components/usb/
Dhub.c890 ret = hcd_port_init(HUB_ROOT_PORT_NUM, &port_config, &port_hdl); in hub_install()
Dhcd.c1303 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p… in hcd_port_init() function