bool USBHostMSDInitialize( uint8_t address, uint32_t flags, uint8_t clientDriverID );
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.
None
Return Values |
Description |
true |
We can support the device. |
false |
We cannot support the device. |
None
MLA - USB Library Help Version : 2.16
![]() |