Searched refs:usb_host_get_active_config_descriptor (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host.c | 204 if ( usb_host_get_active_config_descriptor(device, &config_desc) == ESP_OK ) { in is_mass_storage_device() 359 MSC_GOTO_ON_ERROR( usb_host_get_active_config_descriptor(msc_device->handle, &config_desc) ); in msc_host_install_device() 475 MSC_RETURN_ON_ERROR( usb_host_get_active_config_descriptor(dev->handle, &config_desc) ); in msc_host_print_descriptors()
|
/hal_espressif-3.6.0/components/usb/include/usb/ |
D | usb_host.h | 345 esp_err_t usb_host_get_active_config_descriptor(usb_device_handle_t dev_hdl, const usb_config_desc_…
|
/hal_espressif-3.6.0/components/usb/test/usb_host/ |
D | msc_client_async_enum.c | 136 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_active_config_descriptor(msc_obj.dev_hdl, &config_desc)); in msc_client_async_enum_task()
|
D | ctrl_client_async_seq.c | 148 …TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_active_config_descriptor(ctrl_obj.dev_hdl, &ctrl_obj.config… in ctrl_client_async_seq_task()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/ |
D | class_driver.c | 97 ESP_ERROR_CHECK(usb_host_get_active_config_descriptor(driver_obj->dev_hdl, &config_desc)); in action_get_config_desc()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 633 ESP_ERROR_CHECK(usb_host_get_active_config_descriptor(cdc_dev->dev_hdl, &config_desc)); in cdc_acm_find_intf_and_ep_desc() 772 ESP_ERROR_CHECK(usb_host_get_active_config_descriptor(cdc_dev->dev_hdl, &config_desc)); in cdc_acm_host_open_vendor_specific()
|
/hal_espressif-3.6.0/components/usb/ |
D | usb_host.c | 908 esp_err_t usb_host_get_active_config_descriptor(usb_device_handle_t dev_hdl, const usb_config_desc_… in usb_host_get_active_config_descriptor() function
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | usb_host.rst | 336 …:cpp:func:`usb_host_get_device_descriptor` and :cpp:func:`usb_host_get_active_config_descriptor` r…
|