USBEndpointDescriptor_GetType
Default mainpageat91libusbcommoncoreUSBEndpointDescriptor_GetType
Description Source Call Graph
Start Line: 83
unsigned char USBEndpointDescriptor_GetType(const USBEndpointDescriptor *endpoint)
{
    return endpoint->bmAttributes & 0x3;
}