enumerazione UCX_CONTROLLER_PARENT_BUS_TYPE (ucxcontroller.h)

L'enumerazione UCX_CONTROLLER_PARENT_BUS_TYPE definisce il tipo del bus padre.

Sintassi

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

Costanti

 
UcxControllerParentBusTypeCustom
Tipo di bus personalizzato.
UcxControllerParentBusTypePci
Il bus padre è PCI.
UcxControllerParentBusTypeAcpi
Padre è ACPI.
UcxControllerParentBusTypeMaUsb

Requisiti

Requisito Valore
Intestazione ucxcontroller.h (includere Ucxclass.h)

Vedi anche

UCX_CONTROLLER_CONFIG