USBGetDescriptorRequest_GetDescriptorType
Default mainpageat91libusbcommoncoreUSBGetDescriptorRequest_GetDescriptorType
Description Source Call Graph
USBGetDescriptorRequest_GetDescriptorType
Returns the type of the descriptor requested by the host given the corresponding GET_DESCRIPTOR request.
 
Syntax / parameters
unsigned char USBGetDescriptorRequest_GetDescriptorType (const USBGenericRequest *request)

Name Type Default Description
request const USBGenericRequest *
  Pointer to a USBGenericDescriptor instance.
 
Return value unsigned char
  Type of the requested descriptor.
Description
Returns the type of the descriptor requested by the host given the corresponding GET_DESCRIPTOR request.

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