USBSetConfigurationRequest_GetConfiguration
Default mainpageat91libusbcommoncoreUSBSetConfigurationRequest_GetConfiguration
Description Source Call Graph
USBSetConfigurationRequest_GetConfiguration
Returns the number of the configuration that should be set in response to the given SET_CONFIGURATION request.
 
Syntax / parameters
unsigned char USBSetConfigurationRequest_GetConfiguration (const USBGenericRequest *request)

Name Type Default Description
request const USBGenericRequest *
  Pointer to a USBGenericRequest instance.
 
Return value unsigned char
  Number of the requested configuration.
Description
Returns the number of the configuration that should be set in response to the given SET_CONFIGURATION request.

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