Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h330 esp_err_t usb_host_get_device_descriptor(usb_device_handle_t dev_hdl, const usb_device_desc_t **dev…
/hal_espressif-3.6.0/components/usb/test/usb_host/
Dmsc_client_async_enum.c124 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_device_descriptor(msc_obj.dev_hdl, &device_desc)); in msc_client_async_enum_task()
Dctrl_client_async_seq.c144 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_device_descriptor(ctrl_obj.dev_hdl, &device_desc)); in ctrl_client_async_seq_task()
Dmsc_client_async_seq.c179 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_device_descriptor(msc_obj.dev_hdl, &device_desc)); in msc_client_async_seq_task()
Dmsc_client_async_dconn.c189 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_device_descriptor(msc_obj.dev_hdl, &device_desc)); in msc_client_async_dconn_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dclass_driver.c85 ESP_ERROR_CHECK(usb_host_get_device_descriptor(driver_obj->dev_hdl, &dev_desc)); in action_get_dev_desc()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c455 MSC_RETURN_ON_ERROR( usb_host_get_device_descriptor(dev->handle, &desc) ); in msc_host_get_device_info()
474 MSC_RETURN_ON_ERROR( usb_host_get_device_descriptor(dev->handle, &device_desc) ); in msc_host_print_descriptors()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c344 ESP_ERROR_CHECK(usb_host_get_device_descriptor(cdc_dev->dev_hdl, &device_desc)); in cdc_acm_find_and_open_usb_device()
372 ESP_ERROR_CHECK(usb_host_get_device_descriptor(current_device, &device_desc)); in cdc_acm_find_and_open_usb_device()
632 ESP_ERROR_CHECK(usb_host_get_device_descriptor(cdc_dev->dev_hdl, &device_desc)); in cdc_acm_find_intf_and_ep_desc()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c902 esp_err_t usb_host_get_device_descriptor(usb_device_handle_t dev_hdl, const usb_device_desc_t **dev… in usb_host_get_device_descriptor() function
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst336 …d. Parse the device and configuration descriptors via :cpp:func:`usb_host_get_device_descriptor` a…