Home
last modified time | relevance | path

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

/components/legacy/usb/usbhost/core/
A Dusbhost_core.c115 ret = rt_usbh_get_descriptor(device, USB_DESC_TYPE_DEVICE, (void*)dev_desc, 8); in rt_usbh_attatch_instance()
149 ret = rt_usbh_get_descriptor(device, USB_DESC_TYPE_DEVICE, (void*)dev_desc, dev_desc->bLength); in rt_usbh_attatch_instance()
160 ret = rt_usbh_get_descriptor(device, USB_DESC_TYPE_CONFIGURATION, &cfg_desc, 18); in rt_usbh_attatch_instance()
176 ret = rt_usbh_get_descriptor(device, USB_DESC_TYPE_CONFIGURATION, in rt_usbh_attatch_instance()
314 rt_err_t rt_usbh_get_descriptor(uinst_t device, rt_uint8_t type, void* buffer, in rt_usbh_get_descriptor() function
/components/drivers/include/drivers/
A Dusb_host.h175 rt_err_t rt_usbh_get_descriptor(struct uinstance* device, rt_uint8_t type, void* buffer, int nbytes…

Completed in 4 milliseconds