USB HOST DRIVER V03 Freescale Semiconductor / Motorola, USB HOST DRIVER V03 Datasheet - Page 104

no-image

USB HOST DRIVER V03

Manufacturer Part Number
USB HOST DRIVER V03
Description
USB Host Driver v03
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
4.6.27. USBResetPipe
Definition:
DWORD USBAPI
USBResetPipe(
Parameters:
pipe
Points to the opened pipe handle.
pOverlapped
Points to variable used for overlapped I/O. Can be NULL.
Returns:
On success, routine returns
Comments:
This function resets a stalled pipe. It cancels all pending I/O on the pipe and sends
CLEAR_FEATURE
When receiving
Client application should try to reset the pipe. If this does not help, the Client should try
to reset the Device.
The function sends a
M
);
IN usb_t
IN OUT OVERLAPPED *pOverlapped
with
USB_STATUS_STALL_PID
PRELIMINARY—SUBJECT TO CHANGE WITHOUT NOTICE
IOCTL_USB_RESET_PIPE
USB_FEATURE_ENDPOINT_STALL
USB_STATUS_SUCCESS
pipe,
MOTUSB Library.
error code on bulk or interrupt transfers, the
request to the Driver.
, or else some MOTUSB error code.
selector for the specified endpoint.
4-34

Related parts for USB HOST DRIVER V03