USB Library
USBHostMSDWrite Macro
Syntax
#define USBHostMSDWrite( deviceAddress,deviceLUN,commandBlock,commandBlockLength,data,dataLength ) \
        USBHostMSDTransfer( deviceAddress, deviceLUN, 0, commandBlock, commandBlockLength, data, dataLength )
Description

This function starts a mass storage write, utilizing the function USBHostMSDTransfer();

Preconditions

None

Return Values
Return Values 
Description 
USB_SUCCESS 
Request started successfully 
No device with specified address 
Device not in proper state for performing a transfer 
Specified LUN does not exist 
Remarks

None

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