CONTROLLER_USB_20_HARDWARE_LPM_FLAGS unión (ucxroothub.h)

Describe las funcionalidades de protocolo admitidas para Link Power Management (LPM) en tal y como se define en la especificación USB 2.0.

Sintaxis

typedef union _CONTROLLER_USB_20_HARDWARE_LPM_FLAGS {
  UCHAR  AsUchar;
  struct {
    UCHAR L1CapabilitySupported : 1;
    UCHAR BeslLpmCapabilitySupported : 1;
  } Flags;
  struct {
    UCHAR L1CapabilitySupported : 1;
    UCHAR BeslLpmCapabilitySupported : 1;
  };
} CONTROLLER_USB_20_HARDWARE_LPM_FLAGS, *PCONTROLLER_USB_20_HARDWARE_LPM_FLAGS;

Miembros

AsUchar

Tamaño de la estructura representada como un valor char (8 bits).

Flags

Flags.L1CapabilitySupported

Flags.BeslLpmCapabilitySupported

L1CapabilitySupported

Indica compatibilidad con las transiciones L1.

BeslLpmCapabilitySupported

Indica la compatibilidad con la latencia del servicio de mejor esfuerzo (BESL).

Requisitos

Requisito Valor
Header ucxroothub.h (incluya Ucxclass.h)

Consulte también

ROOTHUB_20PORT_INFO