Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h100 } usbh_ep_config_t; typedef
286 esp_err_t usbh_ep_alloc(usb_device_handle_t dev_hdl, usbh_ep_config_t *ep_config, hcd_pipe_handle_t…
/hal_espressif-3.6.0/components/usb/
Dusbh.c747 esp_err_t usbh_ep_alloc(usb_device_handle_t dev_hdl, usbh_ep_config_t *ep_config, hcd_pipe_handle_t… in usbh_ep_alloc()
Dusb_host.c925 usbh_ep_config_t ep_config = { in endpoint_alloc()