Searched refs:USB_PIPE_COUNT (Results 1 – 1 of 1) sorted by relevance
152 #define USB_PIPE_COUNT 10 macro219 …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()