Home
last modified time | relevance | path

Searched refs:usbh_pl2303_bulk_out_transfer (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.h53 int usbh_pl2303_bulk_out_transfer(struct usbh_pl2303 *pl2303_class, uint8_t *buffer, uint32_t bufle…
A Dusbh_pl2303.c344 … ret = usbh_pl2303_bulk_out_transfer(pl2303_class, g_pl2303_buf, sizeof(g_pl2303_buf), 0xfffffff); in usbh_pl2303_connect()
402 int usbh_pl2303_bulk_out_transfer(struct usbh_pl2303 *pl2303_class, uint8_t *buffer, uint32_t bufle… in usbh_pl2303_bulk_out_transfer() function
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_serial.c247 …ret = usbh_pl2303_bulk_out_transfer((struct usbh_pl2303 *)dev->user_data, (uint8_t *)align_buf, si… in usbh_serial_write()

Completed in 13 milliseconds