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

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

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