next_ep_desc(9) advance to the next EP descriptor

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

AUTHOR

David Brownell <[email protected]>

Author.

COPYRIGHT