UCX_CONTROLLER_PARENT_BUS_TYPE列挙 (ucxcontroller.h)

UCX_CONTROLLER_PARENT_BUS_TYPE列挙は、親バスの種類を定義します。

構文

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

定数

 
UcxControllerParentBusTypeCustom
カスタム バスの種類。
UcxControllerParentBusTypePci
親バスは PCI です。
UcxControllerParentBusTypeAcpi
親は ACPI です。
UcxControllerParentBusTypeMaUsb

要件

要件
Header ucxcontroller.h (Ucxclass.h を含む)

こちらもご覧ください

UCX_CONTROLLER_CONFIG