USBGenericRequest_GetDirection
Default mainpageat91libusbcommoncoreUSBGenericRequest_GetDirection
Description Source Call Graph
USBGenericRequest_GetDirection
Returns the direction of the data transfer following the given request.
 
Syntax / parameters
unsigned char USBGenericRequest_GetDirection (const USBGenericRequest *request)

Name Type Default Description
request const USBGenericRequest *
  Pointer to a USBGenericRequest instance.
 
Return value unsigned char
  Transfer direction.
Description
Returns the direction of the data transfer following the given request.

See also
  • "USB Request Directions"
  •  
    Source
    The documentation for this Member was generated from the following files:
  • USBGenericRequest.c