Searched refs:pbuffer (Results 1 – 2 of 2) sorted by relevance
410 char * pbuffer; in rt_ecm_eth_tx() local436 pbuffer = (char *)&ecm_eth_dev->tx_buffer; in rt_ecm_eth_tx()439 rt_memcpy(pbuffer, q->payload, q->len); in rt_ecm_eth_tx()440 pbuffer += q->len; in rt_ecm_eth_tx()
570 rt_uint8_t * pbuffer = (rt_uint8_t *)buffer; in rt_usb_hcd_pipe_xfer() local575 if(hcd->ops->pipe_xfer(pipe, USBH_PID_DATA, pbuffer, send_size, timeout) == send_size) in rt_usb_hcd_pipe_xfer()578 pbuffer += send_size; in rt_usb_hcd_pipe_xfer()
Completed in 4 milliseconds