Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c155 #define USB_MIN(_x, _y) (((_x) < (_y)) ? (_x) : (_y)) macro
1373 const uint32_t len = USB_MIN(USB_MIN(rem, mps), vld); in r_usbh_pipe0_xfer_in()
1413 const uint32_t len = USB_MIN(mps, rem); in r_usbh_pipe0_xfer_out()
1441 const uint32_t len = USB_MIN(USB_MIN(rem, mps), vld); in r_usbh_pipe_xfer_in()
1486 const uint32_t len = USB_MIN(rem, mps); in r_usbh_pipe_xfer_out()