Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c152 #define USB_PIPE_COUNT 10 macro
219 …uint8_t ep[USB_DEVICE_NUM][2][USB_PIPE_COUNT]; /* a lookup table for a pipe index from an end…
1151 for (int i = 0; i < 2 * USB_PIPE_COUNT; ++i, ++ep) in r_usbh_device_release()