Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h250 …vice_open(usb_host_client_handle_t client_hdl, uint8_t dev_addr, usb_device_handle_t *dev_hdl_ret);
/hal_espressif-3.6.0/components/usb/
Dusb_host.c794 …evice_open(usb_host_client_handle_t client_hdl, uint8_t dev_addr, usb_device_handle_t *dev_hdl_ret) in usb_host_device_open() argument
796 HOST_CHECK(dev_addr > 0 && client_hdl != NULL && dev_hdl_ret != NULL, ESP_ERR_INVALID_ARG); in usb_host_device_open()
817 *dev_hdl_ret = dev_hdl; in usb_host_device_open()