void USBDDriver_Initialize (USBDDriver *pDriver, const USBDDriverDescriptors *pDescriptors, unsigned char *pInterfaces) |
Name | Type | Default | Description |
pDriver | USBDDriver * |
Pointer to a USBDDriver instance. |
|
pDescriptors | const USBDDriverDescriptors * |
Pointer to a USBDDriverDescriptors instance. |
|
pInterfaces | unsigned char * |
Pointer to an array for storing the current alternate setting of each interface (optional). |