Searched refs:usb_host_endpoint_halt (Results 1 – 5 of 5) sorted by relevance
390 esp_err_t usb_host_endpoint_halt(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress);
499 usb_host_endpoint_halt(xfer->device_handle, xfer->bEndpointAddress); in wait_for_transfer_done()
239 ESP_RETURN_ON_ERROR(usb_host_endpoint_halt(dev_hdl, transfer->bEndpointAddress), TAG,); in cdc_acm_reset_transfer_endpoint()
1162 esp_err_t usb_host_endpoint_halt(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress) in usb_host_endpoint_halt() function
342 …mitted transfers to the device's endpoints by calling :cpp:func:`usb_host_endpoint_halt` and :cpp:…