Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_host.c918 static esp_err_t endpoint_alloc(usb_device_handle_t dev_hdl, const usb_ep_desc_t *ep_desc, interfac… in endpoint_alloc() function
1011 ret = endpoint_alloc(dev_hdl, ep_desc, intf_obj, &ep_obj); in interface_claim()