Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c194 uint16_t remaining; /* the number of bytes remaining in the buffer */
560 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[0].remaining = 0; in R_USBH_SetupSend()
1369 const uint32_t rem = pipe->remaining; in r_usbh_pipe0_xfer_in()
1387 pipe->remaining = rem - len; in r_usbh_pipe0_xfer_in()
1404 const uint32_t rem = pipe->remaining; in r_usbh_pipe0_xfer_out()
1426 pipe->remaining = rem - len; in r_usbh_pipe0_xfer_out()
1435 const uint32_t rem = pipe->remaining; in r_usbh_pipe_xfer_in()
1458 pipe->remaining = rem - len; in r_usbh_pipe_xfer_in()
1473 const uint32_t rem = pipe->remaining; in r_usbh_pipe_xfer_out()
1501 pipe->remaining = rem - len; in r_usbh_pipe_xfer_out()
[all …]
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device.c67 uint16_t remaining; /* the number of bytes remaining in the buffer */ member
856 const uint16_t rem = pipe->remaining; in pipe0_xfer_in()
880 pipe->remaining = rem - len; in pipe0_xfer_in()
898 const uint16_t rem = pipe->remaining; in pipe0_xfer_out()
919 pipe->remaining = rem - len; in pipe0_xfer_out()
945 const uint16_t rem = pipe->remaining; in pipe_xfer_in()
977 pipe->remaining = rem - len; in pipe_xfer_in()
997 const uint16_t rem = pipe->remaining; in pipe_xfer_out()
1028 pipe->remaining = rem - len; in pipe_xfer_out()
1161 pipe->remaining = total_bytes; in process_pipe0_xfer()
[all …]