Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device.c114 uint16_t total_bytes);
118 uint16_t total_bytes);
486 …XferStart (usbd_ctrl_t * const p_api_ctrl, uint8_t ep_addr, uint8_t * buffer, uint16_t total_bytes) in R_USBD_XferStart() argument
500 err = process_pipe_xfer(p_api_ctrl, ep_addr, buffer, total_bytes); in R_USBD_XferStart()
504 err = process_pipe0_xfer(p_api_ctrl, ep_addr, buffer, total_bytes); in R_USBD_XferStart()
1130 uint16_t total_bytes) in process_pipe0_xfer() argument
1160 pipe->length = total_bytes; in process_pipe0_xfer()
1161 pipe->remaining = total_bytes; in process_pipe0_xfer()
1163 if (total_bytes > 0) in process_pipe0_xfer()
1187 uint16_t total_bytes) in process_pipe_xfer() argument
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_usb_device.h48 …XferStart(usbd_ctrl_t * const p_api_ctrl, uint8_t ep_addr, uint8_t * buffer, uint16_t total_bytes);