Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The USBFN_BUS_SPEED enumeration defines possible bus speeds.
Syntax
typedef enum _USBFN_BUS_SPEED {
UsbfnBusSpeedLow,
UsbfnBusSpeedFull,
UsbfnBusSpeedHigh,
UsbfnBusSpeedSuper,
UsbfnBusSpeedMaximum
} USBFN_BUS_SPEED, *PUSBFN_BUS_SPEED;
Constants
UsbfnBusSpeedLow A low bandwidth bus speed of 1.5 Mbit per second. |
UsbfnBusSpeedFull A full bandwidth bus speed of 12 MBit per second. |
UsbfnBusSpeedHigh A high bus speed of 480 Mbit per second. |
UsbfnBusSpeedSuper A SuperSpeed mode bus speed of 5 Gbit per second. |
UsbfnBusSpeedMaximum The maximum value of the enumeration. |
Requirements
Requirement | Value |
---|---|
Header | usbfnbase.h |