USBDDriver_Initialize
Default mainpageat91libusbdevicecoreUSBDDriver_Initialize
Description Source Call Graph
USBDDriver_Initialize
Initializes a USBDDriver instance with a list of descriptors.
 
Syntax / parameters
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).
Description
Initializes a USBDDriver instance with a list of descriptors.
If interfaces can have multiple alternate settings, an array to store the current setting for each interface must be provided.
 
Source
The documentation for this Member was generated from the following files:
  • USBDDriver.c