USBGenericDescriptor_GetNextDescriptor
Default mainpageat91libusbcommoncoreUSBGenericDescriptor_GetNextDescriptor
Description Source Call Graph
USBGenericDescriptor_GetNextDescriptor
Returns a pointer to the descriptor right after the given one, when parsing a Configuration descriptor.
 
Syntax / parameters
USBGenericDescriptor * USBGenericDescriptor_GetNextDescriptor (const USBGenericDescriptor *descriptor)

Name Type Default Description
descriptor const USBGenericDescriptor *
 
  • Pointer to a USBGenericDescriptor instance.
 
Return value USBGenericDescriptor *
  Pointer to the next descriptor.
Description
Returns a pointer to the descriptor right after the given one, when parsing a Configuration descriptor.

 
Source
The documentation for this Member was generated from the following files:
  • USBGenericDescriptor.c