Home
last modified time | relevance | path

Searched refs:usb_host_transfer_submit_control (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h475 esp_err_t usb_host_transfer_submit_control(usb_host_client_handle_t client_hdl, usb_transfer_t *tra…
/hal_espressif-3.6.0/components/usb/test/usb_host/
Dctrl_client_async_seq.c160 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_transfer_submit_control(ctrl_obj.client_hdl, transfer)); in ctrl_client_async_seq_task()
Dmsc_client_async_seq.c194 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_transfer_submit_control(msc_obj.client_hdl, xfer_out)); in msc_client_async_seq_task()
Dmsc_client_async_dconn.c204 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_transfer_submit_control(msc_obj.client_hdl, xfer_out)); in msc_client_async_dconn_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c551 MSC_RETURN_ON_ERROR( usb_host_transfer_submit_control(s_msc_driver->client_handle, xfer)); in msc_control_transfer()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c1138 usb_host_transfer_submit_control(p_cdc_acm_obj->cdc_acm_client_hdl, cdc_dev->ctrl_transfer), in send_cdc_request()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c1323 esp_err_t usb_host_transfer_submit_control(usb_host_client_handle_t client_hdl, usb_transfer_t *tra… in usb_host_transfer_submit_control() function
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst339 …he device via :cpp:func:`usb_host_transfer_submit` or :cpp:func:`usb_host_transfer_submit_control`.