bool USBHostCDCInitAddress( uint8_t address, uint32_t flags, uint8_t clientDriverID );
This function intializes the address of the attached CDC device. Once the device is enumerated without any errors, the CDC client call this function. For all the transfer requesets this address is used to indentify the CDC device.
The device has been enumerated without any errors.
Return Values |
Description |
TRUE |
We can support the device. |
FALSE |
We cannot support the device. |
None
MLA - USB Library Help Version : 2.16
![]() |