USBInterfaceRequest_GetAlternateSetting
Default mainpageat91libusbcommoncoreUSBInterfaceRequest_GetAlternateSetting
Description Source Call Graph
USBInterfaceRequest_GetAlternateSetting
Indicates the new alternate setting that the interface targetted by a SET_INTERFACE request should use.
 
Syntax / parameters
unsigned char USBInterfaceRequest_GetAlternateSetting (const USBGenericRequest *request)

Name Type Default Description
request const USBGenericRequest *
  Pointer to a USBGenericRequest instance.
 
Return value unsigned char
  New active setting for the interface.
Description
Indicates the new alternate setting that the interface targetted by a SET_INTERFACE request should use.

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