Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Die USB_CONTROLLER_FLAVOR-Aufzählung gibt den Typ des USB-Hostcontrollers an.
Syntax
typedef enum _USB_CONTROLLER_FLAVOR {
USB_HcGeneric,
OHCI_Generic,
OHCI_Hydra,
OHCI_NEC,
UHCI_Generic,
UHCI_Piix4,
UHCI_Piix3,
UHCI_Ich2,
UHCI_Reserved204,
UHCI_Ich1,
UHCI_Ich3m,
UHCI_Ich4,
UHCI_Ich5,
UHCI_Ich6,
UHCI_Intel,
UHCI_VIA,
UHCI_VIA_x01,
UHCI_VIA_x02,
UHCI_VIA_x03,
UHCI_VIA_x04,
UHCI_VIA_x0E_FIFO,
EHCI_Generic,
EHCI_NEC,
EHCI_Lucent,
EHCI_NVIDIA_Tegra2,
EHCI_NVIDIA_Tegra3,
EHCI_Intel_Medfield
} USB_CONTROLLER_FLAVOR;
Konstanten
USB_HcGenericGibt einen generischen Hostcontroller an. |
OHCI_GenericGibt einen generischen OHCI-Hostcontroller an. |
OHCI_HydraGibt einen Hydra-Hostcontroller an. |
OHCI_NECGibt einen NEC-Hostcontroller an. |
UHCI_GenericGibt einen generischen UHCI-Hostcontroller an. |
UHCI_Piix4Gibt einen Intel PIIX4 UHCI-Hostcontroller an. |
UHCI_Piix3Gibt einen Intel PIIX3 UHCI-Hostcontroller an. |
UHCI_Ich2Gibt einen Intel ICH2 UHCI-Hostcontroller an. |
UHCI_Reserved204 |
UHCI_Ich1Gibt einen Intel 815 ICH1 UHCI-Hostcontroller an. |
UHCI_Ich3mGibt einen Intel ICH3m UHCI-Hostcontroller an. |
UHCI_Ich4Gibt einen Intel ICH4m UHCI-Hostcontroller an. |
UHCI_Ich5Gibt einen Intel ICH5m UHCI-Hostcontroller an. |
UHCI_Ich6Gibt einen Intel ICH6m UHCI-Hostcontroller an. |
UHCI_IntelGibt einen generischen Intel UHCI-Hostcontroller an. |
UHCI_VIAGibt einen generischen VIA UHCI-Hostcontroller an. |
UHCI_VIA_x01Gibt einen Revision 1 VIA UHCI-Hostcontroller an. |
UHCI_VIA_x02Gibt einen Revision 2 VIA UHCI-Hostcontroller an. |
UHCI_VIA_x03Gibt einen Revision 3 VIA UHCI-Hostcontroller an. |
UHCI_VIA_x04Gibt einen Revision 4 VIA UHCI-Hostcontroller an. |
UHCI_VIA_x0E_FIFOGibt einen FIFO-Revision VIA UHCI-Hostcontroller an. |
EHCI_GenericGibt einen generischen EHCI-Hostcontroller an. |
EHCI_NECGibt einen NEC EHCI-Hostcontroller an. |
EHCI_LucentGibt einen EHCI Lucent-Hostcontroller an. |
EHCI_NVIDIA_Tegra2Gibt einen Revision 2 NVIDIA Tegra EHCI-Hostcontroller an. |
EHCI_NVIDIA_Tegra3Gibt einen Revision 3 NVIDIA Tegra EHCI-Hostcontroller an. |
EHCI_Intel_MedfieldGibt einen Intel Medfield-Hostcontroller an. |
Anforderungen
| Anforderung | Wert |
|---|---|
| Header- | usb.h (include Usb.h) |