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.
Defines values for USB device speeds.
Syntax
typedef enum _UDECX_USB_DEVICE_SPEED {
UdecxUsbLowSpeed,
UdecxUsbFullSpeed,
UdecxUsbHighSpeed,
UdecxUsbSuperSpeed
} UDECX_USB_DEVICE_SPEED, *PUDECX_USB_DEVICE_SPEED;
Constants
UdecxUsbLowSpeedIndicates a low-speed USB 1.1-compliant device. |
UdecxUsbFullSpeedIndicates a full-speed USB 1.1-compliant device. |
UdecxUsbHighSpeedIndicates a high-speed USB 2.0-compliant device. |
UdecxUsbSuperSpeedIndicates a SuperSpeed USB 3.0-compliant device. |
Requirements
| Requirement | Value |
|---|---|
| Header | udecxusbdevice.h (include Udecx.h) |