Searched refs:usb_host_endpoint_flush (Results 1 – 5 of 5) sorted by relevance
405 esp_err_t usb_host_endpoint_flush(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress);
500 usb_host_endpoint_flush(xfer->device_handle, xfer->bEndpointAddress); in wait_for_transfer_done()
240 ESP_RETURN_ON_ERROR(usb_host_endpoint_flush(dev_hdl, transfer->bEndpointAddress), TAG,); in cdc_acm_reset_transfer_endpoint()
1176 esp_err_t usb_host_endpoint_flush(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress) in usb_host_endpoint_flush() function
342 …nts by calling :cpp:func:`usb_host_endpoint_halt` and :cpp:func:`usb_host_endpoint_flush` on those…