Partager via


EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR

La structure EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR est utilisée pour décrire les points de terminaison USB SuperSpeed pris en charge pour le pilote de fonction USB.

Syntaxe

typedef struct
{
    EFI_USB_ENDPOINT_DESCRIPTOR                         *EndpointDescriptor;
    EFI_USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR    *EndpointCompanionDescriptor;
} EFI_USB_SUPERSPEED_ENDPOINT_DESCRIPTOR;

Membres

EndpointDescriptor Structure EFI_USB_ENDPOINT_DESCRIPTOR qui décrit les points de terminaison USB.

EndpointCompanionDescriptor Structure EFI_USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR qui est un descripteur complémentaire des points de terminaison USB SuperSpeed.

Notes

La structure EFI_USB_ENDPOINT_DESCRIPTOR est définie dans la spécification UEFI version 2.3 et ultérieure. Pour plus d’informations, visitez le site web UEFI.org .

Spécifications

En-tête: Généré par l’utilisateur