Returns the current frame number
int usb_gadget_frame_number(struct usb_gadget * gadget);
gadget
controller that reports the frame number
Returns the usb frame number, normally eleven bits from a SOF packet, or negative errno if this device doesn't support this capability.
David Brownell <[email protected]>
Author.