USBEndpointDescriptor_GetType
Default mainpageat91libusbcommoncoreUSBEndpointDescriptor_GetType
Description Source Call Graph
USBEndpointDescriptor_GetType
Returns the type of an endpoint given its descriptor.
 
Syntax / parameters
unsigned char USBEndpointDescriptor_GetType (const USBEndpointDescriptor *endpoint)

Name Type Default Description
endpoint const USBEndpointDescriptor *
  Pointer to a USBEndpointDescriptor instance.
 
Return value unsigned char
  Endpoint type (see ).
Description
Returns the type of an endpoint given its descriptor.

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