Home
last modified time | relevance | path

Searched refs:usbh_ep_free (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h298 esp_err_t usbh_ep_free(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress);
/hal_espressif-3.6.0/components/usb/
Dusbh.c807 esp_err_t usbh_ep_free(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress) in usbh_ep_free() function
Dusb_host.c956 ESP_ERROR_CHECK(usbh_ep_free(dev_hdl, ep_obj->constant.ep_desc->bEndpointAddress)); in endpoint_free()