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

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.5.
USBCloseDevice
Definition:
DWORD USBAPI
USBCloseDevice(
IN OUT usb_t* pDevice
);
Parameters:
pDevice
Points to an opened Device handle. On function return set handle to NULL.
Returns:
On success, routine returns
, or else some MOTUSB error code.
USB_STATUS_SUCCESS
Comments
This function closes a Device handle acquired with the
routine. The
USBOpenDevice
Client application should close each opened handle when that handle is no longer needed,
or at least at the application cleanup time. Closing the Device handle also causes the
closure of all linking pipe handles.
M
4-9
MOTUSB Library.
PRELIMINARY—SUBJECT TO CHANGE WITHOUT NOTICE

Related parts for USB HOST DRIVER V03