Home
last modified time | relevance | path

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/
Dmsc_host.c204 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/
Dusb_host.h345 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/
Dmsc_client_async_enum.c136 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_get_active_config_descriptor(msc_obj.dev_hdl, &config_desc)); in msc_client_async_enum_task()
Dctrl_client_async_seq.c148 …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/
Dclass_driver.c97 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/
Dcdc_acm_host.c633 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/
Dusb_host.c908 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/
Dusb_host.rst336 …:cpp:func:`usb_host_get_device_descriptor` and :cpp:func:`usb_host_get_active_config_descriptor` r…