USB Library
USBHostMSDInitialize Function
Syntax
bool USBHostMSDInitialize(
    uint8_t address, 
    uint32_t flags, 
    uint8_t clientDriverID
);
Description

This function is the initialization routine for this client driver. It is called by the host layer when the USB device is being enumerated. For a mass storage device, we need to make sure that we have room for a new device, and that the device has at least one bulk IN and one bulk OUT endpoint.

Preconditions

None

Return Values
Return Values 
Description 
true 
We can support the device. 
false 
We cannot support the device. 
Remarks

None

MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla