#define USBHostMSDWrite( deviceAddress,deviceLUN,commandBlock,commandBlockLength,data,dataLength ) \ USBHostMSDTransfer( deviceAddress, deviceLUN, 0, commandBlock, commandBlockLength, data, dataLength )
This function starts a mass storage write, utilizing the function USBHostMSDTransfer();
None
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 |
None
MLA - USB Library Help Version : 2.16
![]() |