EFI_USB_SUPERSPEED_INTERFACE_INFO
La estructura EFI_USB_SUPERSPEED_INTERFACE_INFO define la interfaz USB SuperSpeed compatible con el controlador de función USB.
Sintaxis
typedef struct
{
EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor;
EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR **EndpointDescriptorTable;
} EFI_USB_SUPERSPEED_INTERFACE_INFO;
Miembros
InterfaceDescriptor Estructura EFI_USB_INTERFACE_DESCRIPTOR que describe la interfaz de función USB.
EndpointDescriptorTable Estructura EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR que describe los puntos de conexión USB SuperSpeed.
Observaciones
La estructura EFI_USB_INTERFACE_DESCRIPTOR se define en la especificación UEFI versión 2.3 y posteriores. Para obtener más información, visite el sitio web de UEFI.org .
Requisitos
Rúbrica: Usuario generado