UCX_CONTROLLER_PARENT_BUS_TYPE-Enumeration (ucxcontroller.h)

Die UCX_CONTROLLER_PARENT_BUS_TYPE-Enumeration definiert den übergeordneten Bustyp.

Syntax

typedef enum _UCX_CONTROLLER_PARENT_BUS_TYPE {
  UcxControllerParentBusTypeCustom,
  UcxControllerParentBusTypePci,
  UcxControllerParentBusTypeAcpi,
  UcxControllerParentBusTypeMaUsb
} UCX_CONTROLLER_PARENT_BUS_TYPE;

Konstanten

 
UcxControllerParentBusTypeCustom
Benutzerdefinierter Bustyp.
UcxControllerParentBusTypePci
Der übergeordnete Bus ist PCI.
UcxControllerParentBusTypeAcpi
Übergeordnetes Element ist ACPI.
UcxControllerParentBusTypeMaUsb

Anforderungen

Anforderung Wert
Header ucxcontroller.h (include Ucxclass.h)

Weitere Informationen

UCX_CONTROLLER_CONFIG