SYNOPSIS
- struct usb_descriptor_header** next_ep_desc(struct usb_descriptor_header ** t);
ARGUMENTS
t
-
- currect pointer within descriptor array
RETURN
next EP descriptor or NULL
Iterate over t until either EP descriptor found or NULL (that indicates end of list) encountered
COPYRIGHT