EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR
La struttura EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR viene usata per descrivere gli endpoint USB SuperSpeed supportati per il driver di funzione USB.
Sintassi
typedef struct
{
EFI_USB_ENDPOINT_DESCRIPTOR *EndpointDescriptor;
EFI_USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR *EndpointCompanionDescriptor;
} EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR;
Members
EndpointDescriptor Struttura EFI_USB_ENDPOINT_DESCRIPTOR che descrive gli endpoint USB.
EndpointCompanionDescriptor Struttura EFI_USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR che è un descrittore complementare degli endpoint USB SuperSpeed.
Commenti
La struttura EFI_USB_ENDPOINT_DESCRIPTOR è definita nella specifica UEFI versione 2.3 e successive. Per altre informazioni, visitare il sito Web di UEFI.org .
Requisiti
Intestazione: Utente generato