Condividi tramite


EFI_USB_SUPERSPEED_INTERFACE_INFO

La struttura EFI_USB_SUPERSPEED_INTERFACE_INFO definisce l'interfaccia USB SuperSpeed supportata per il driver di funzione USB.

Sintassi

typedef struct
{
    EFI_USB_INTERFACE_DESCRIPTOR            *InterfaceDescriptor;
    EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR  **EndpointDescriptorTable;
} EFI_USB_SUPERSPEED_INTERFACE_INFO;

Members

InterfaceDescriptor Struttura EFI_USB_INTERFACE_DESCRIPTOR che descrive l'interfaccia della funzione USB.

EndpointDescriptorTable Struttura EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR che descrive gli endpoint USB SuperSpeed.

Commenti

La struttura EFI_USB_INTERFACE_DESCRIPTOR è definita nella specifica UEFI versione 2.3 e successive. Per altre informazioni, visitare il sito Web di UEFI.org .

Requisiti

Intestazione: Utente generato