bool USBHostCDCInitialize( 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 CDC device we need to look into CDC descriptor, interface descriptor and endpoint descriptor.
None
Return Values |
Description |
TRUE |
We can support the device. |
FALSE |
We cannot support the device. |
None
MLA - USB Library Help Version : 2.16
![]() |