Searched refs:pipe_xfer (Results 1 – 2 of 2) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | usb_host.h | 130 …int (*pipe_xfer) (upipe_t pipe, rt_uint8_t token, void* buffer, int nbytes, int timeout… member 262 return hcd->ops->pipe_xfer(pipe, USBH_PID_SETUP, (void *)setup, 8, timeout); in rt_usb_hcd_setup_xfer()
|
| /components/legacy/usb/usbhost/core/ |
| A D | usbhost_core.c | 575 if(hcd->ops->pipe_xfer(pipe, USBH_PID_DATA, pbuffer, send_size, timeout) == send_size) in rt_usb_hcd_pipe_xfer()
|
Completed in 7 milliseconds