uint8_t USBHostMSDTransfer( uint8_t deviceAddress, uint8_t deviceLUN, uint8_t direction, uint8_t * commandBlock, uint8_t commandBlockLength, uint8_t * data, uint32_t dataLength );
This function starts a mass storage transfer. Usually, applications will probably utilize a read/write wrapper to access this function.
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
![]() |