This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Clear a stall condition on an endpoint identified by the pipe handle
#include <sys/usbdi.h> int usbd_reset_pipe( struct usbd_pipe *pipe );
You use the usbd_reset_pipe() function to clear a stall condition on an endpoint identified by the pipe handle.
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
usbd_abort_pipe() usbd_open_pipe(), usbd_close_pipe(), usbd_pipe_endpoint(),