1. NAME▲
usb_ep_fifo_flush - flushes contents of a fifo
2. SYNOPSIS ▲
void usb_ep_fifo_flush(struct usb_ep * ep );
3. ARGUMENTS ▲
ep
the endpoint whose fifo is being flushed.
4. DESCRIPTION ▲
This call may be used to flush the « unclaimed data » that may exist in an endpoint fifo after abnormal transaction terminations. The call must never be used except when endpoint is not being used for any protocol translation.
5. AUTHOR ▲
David Brownell <contact>
Author.
6. COPYRIGHT ▲