Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dusb_host.h130 …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 Dusbhost_core.c575 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