Condividi tramite


EFI_USB_SUPERSPEED_CONFIG_INFO

La struttura EFI_USB_SUPERSPEED_CONFIG_INFO definisce la configurazione della porta USB SuperSpeed supportata per il driver di funzione USB.

Sintassi

typedef struct
{
    EFI_USB_CONFIG_DESCRIPTOR           *ConfigDescriptor;
    EFI_USB_SUPERSPEED_INTERFACE_INFO   **InterfaceInfoTable;
} EFI_USB_SUPERSPEED_CONFIG_INFO;

Members

ConfigDescriptor Struttura EFI_USB_CONFIG_DESCRIPTOR che contiene il descrittore di configurazione per il dispositivo funzione USB.

InterfaceInfoTable Struttura EFI_USB_SUPERSPEED_INTERFACE_INFO che descrive le interfacce USB SuperSpeed supportate.

Commenti

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

Requisiti

Intestazione: Utente generato