Searched refs:usb_host_get_device_descriptor (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/usb/include/usb/ |
D | usb_host.h | 330 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/ |
D | msc_client_async_enum.c | 124 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_device_descriptor(msc_obj.dev_hdl, &device_desc)); in msc_client_async_enum_task()
|
D | ctrl_client_async_seq.c | 144 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_device_descriptor(ctrl_obj.dev_hdl, &device_desc)); in ctrl_client_async_seq_task()
|
D | msc_client_async_seq.c | 179 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_device_descriptor(msc_obj.dev_hdl, &device_desc)); in msc_client_async_seq_task()
|
D | msc_client_async_dconn.c | 189 … 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/ |
D | class_driver.c | 85 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/ |
D | msc_host.c | 455 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/ |
D | cdc_acm_host.c | 344 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/ |
D | usb_host.c | 902 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/ |
D | usb_host.rst | 336 …d. Parse the device and configuration descriptors via :cpp:func:`usb_host_get_device_descriptor` a…
|