Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h286 …p_alloc(usb_device_handle_t dev_hdl, usbh_ep_config_t *ep_config, hcd_pipe_handle_t *pipe_hdl_ret);
/hal_espressif-3.6.0/components/usb/
Dusbh.c747 …ep_alloc(usb_device_handle_t dev_hdl, usbh_ep_config_t *ep_config, hcd_pipe_handle_t *pipe_hdl_ret) in usbh_ep_alloc() argument
749 USBH_CHECK(dev_hdl != NULL && ep_config != NULL && pipe_hdl_ret != NULL, ESP_ERR_INVALID_ARG); in usbh_ep_alloc()
797 *pipe_hdl_ret = pipe_hdl; in usbh_ep_alloc()