Clear a stall condition on an endpoint identified by the pipe handle
#include <sys/usbdi.h> int usbd_reset_pipe( struct usbd_pipe *pipe );
libusbdi
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(),