USBEndpointDescriptor_GetMaxPacketSize
Default mainpageat91libusbcommoncoreUSBEndpointDescriptor_GetMaxPacketSize
Description Source Call Graph
Start Line: 95
unsigned short USBEndpointDescriptor_GetMaxPacketSize(const USBEndpointDescriptor *endpoint)
{
    return endpoint->wMaxPacketSize;
}