USBFN_BUS_SPEED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbfnbase.h

typedef enum _USBFN_BUS_SPEED {
  UsbfnBusSpeedLow,
  UsbfnBusSpeedFull,
  UsbfnBusSpeedHigh,
  UsbfnBusSpeedSuper,
  UsbfnBusSpeedMaximum
} USBFN_BUS_SPEED, *PUSBFN_BUS_SPEED;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-usbfnbase-_usbfn_bus_speed)

_USBFN_BUS_SPEED enumeration

Description

The USBFN_BUS_SPEED enumeration defines possible bus speeds.

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.