USBConfigurationDescriptor_IsSelfPowered
Default mainpageat91libusbcommoncoreUSBConfigurationDescriptor_IsSelfPowered
Description Source Call Graph
USBConfigurationDescriptor_IsSelfPowered
Indicates if the device is self-powered when in a given configuration.
 
Syntax / parameters
unsigned char USBConfigurationDescriptor_IsSelfPowered (const USBConfigurationDescriptor *configuration)

Name Type Default Description
configuration const USBConfigurationDescriptor *
  Pointer to a USBConfigurationDescriptor instance.
 
Return value unsigned char
  1 if the device is self-powered when in the given configuration; otherwise 0.
Description
Indicates if the device is self-powered when in a given configuration.

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