共用方式為


UCX_CONTROLLER_PARENT_BUS_TYPE列舉 (ucxcontroller.h)

UCX_CONTROLLER_PARENT_BUS_TYPE列舉會定義父總線類型。

Syntax

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

常數

 
UcxControllerParentBusTypeCustom
自定義總線類型。
UcxControllerParentBusTypePci
父總線為PCI。
UcxControllerParentBusTypeAcpi
父系為 ACPI。
UcxControllerParentBusTypeMaUsb

規格需求

需求
標頭 ucxcontroller.h (包含 Ucxclass.h)

另請參閱

UCX_CONTROLLER_CONFIG