USBGenericDescriptor_GetLength
Default mainpageat91libusbcommoncoreUSBGenericDescriptor_GetLength
Description Source Call Graph
Start Line: 54
unsigned int USBGenericDescriptor_GetLength(const USBGenericDescriptor *descriptor)
{
    return descriptor->bLength;
}