![]() |
libusb
1.0.28
A cross-platform user library to access USB devices
|
Expose libusb_ssplus_usb_device_capability_descriptor::sublinkSpeedAttributes. More...
#include <libusb.h>
Data Fields | |
uint8_t | ssid |
Sublink Speed Attribute ID (SSID). More... | |
enum libusb_superspeedplus_sublink_attribute_exponent | exponent |
This field defines the base 10 exponent times 3, that shall be applied to the mantissa. More... | |
enum libusb_superspeedplus_sublink_attribute_sublink_type | type |
This field identifies whether the Sublink Speed Attribute defines a symmetric or asymmetric bit rate. More... | |
enum libusb_superspeedplus_sublink_attribute_sublink_direction | direction |
This field indicates if this Sublink Speed Attribute defines the receive or transmit bit rate. More... | |
enum libusb_superspeedplus_sublink_attribute_link_protocol | protocol |
This field identifies the protocol supported by the link. More... | |
uint16_t | mantissa |
This field defines the mantissa that shall be applied to the exponent when calculating the maximum bit rate. More... | |
uint8_t libusb_ssplus_sublink_attribute::ssid |
Sublink Speed Attribute ID (SSID).
This field is an ID that uniquely identifies the speed of this sublink
enum libusb_superspeedplus_sublink_attribute_exponent libusb_ssplus_sublink_attribute::exponent |
This field defines the base 10 exponent times 3, that shall be applied to the mantissa.
enum libusb_superspeedplus_sublink_attribute_sublink_type libusb_ssplus_sublink_attribute::type |
This field identifies whether the Sublink Speed Attribute defines a symmetric or asymmetric bit rate.
enum libusb_superspeedplus_sublink_attribute_sublink_direction libusb_ssplus_sublink_attribute::direction |
This field indicates if this Sublink Speed Attribute defines the receive or transmit bit rate.
enum libusb_superspeedplus_sublink_attribute_link_protocol libusb_ssplus_sublink_attribute::protocol |
This field identifies the protocol supported by the link.
uint16_t libusb_ssplus_sublink_attribute::mantissa |
This field defines the mantissa that shall be applied to the exponent when calculating the maximum bit rate.