Home
last modified time | relevance | path

Searched refs:usb_host_endpoint_flush (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h405 esp_err_t usb_host_endpoint_flush(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c500 usb_host_endpoint_flush(xfer->device_handle, xfer->bEndpointAddress); in wait_for_transfer_done()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c240 ESP_RETURN_ON_ERROR(usb_host_endpoint_flush(dev_hdl, transfer->bEndpointAddress), TAG,); in cdc_acm_reset_transfer_endpoint()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c1176 esp_err_t usb_host_endpoint_flush(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress) in usb_host_endpoint_flush() function
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst342 …nts by calling :cpp:func:`usb_host_endpoint_halt` and :cpp:func:`usb_host_endpoint_flush` on those…