Main Page Modules Alphabetical List Data Structures File List Data Fields Globals
usbstd.h File Reference
Go to the source code of this file.
|
Data Structures |
struct | USBSetupPacket |
| Standard USB Setup packet components, see the USB Specification 1.1. More...
|
Enumerations |
enum | USBStdRequestType {
GET_STATUS_REQUEST,
CLEAR_FEATURE_REQUEST,
SET_FEATURE_REQUEST,
SET_ADDRESS_REQUEST,
GET_DESCRIPTOR_REQUEST,
SET_DESCRIPTOR_REQUEST,
GET_CONFIGURATION_REQUEST,
SET_CONFIGURATION_REQUEST,
GET_INTERFACE_REQUEST,
SET_INTERFACE_REQUEST,
SYNCH_FRAME_REQUEST
} |
| Standard USB request types. More...
|
enum | USBStdDescriptorType {
USB_DEVICE_DESCRIPTOR,
USB_CONFIGURATION_DESCRIPTOR,
USB_STRING_DESCRIPTOR,
USB_INTERFACE_DESCRIPTOR,
USB_ENDPOINT_DESCRIPTOR
} |
| Standard USB descriptor types. More...
|
enum | USBStdFeatureSelector {
ENDPOINT_STALL,
DEVICE_REMOTE_WAKEUP
} |
| Standard USB SET/CLEAR_FEATURE feature selector. More...
|
enum | USBStdLanguageId { USB_ENGLISH_LANGUAGE
} |
| Standard language IDs used by USB. More...
|
enum | USBStdEndpointType {
USB_CONTROL_ENDPOINT,
USB_ISOCHRONOUS_ENDPOINT,
USB_BULK_ENDPOINT,
USB_INTERRUPT_ENDPOINT
} |
| Standard USB endpoint types. More...
|
enum | USBStdEndpointDirection {
USB_ENDPOINT_OUT,
USB_ENDPOINT_IN
} |
| Standard USB directions. More...
|
Detailed Description
- Version:
- Revision
- 1.10
- -- Intel Copyright Notice --
- Copyright 2001-2003 Intel Corporation All Rights Reserved.
- The source code contained or described herein and all documents related to the source code ("Material") are owned by Intel Corporation or its suppliers or licensors. Title to the Material remains with Intel Corporation or its suppliers and licensors.
- The Material is protected by worldwide copyright and trade secret laws and treaty provisions. No part of the Material may be used, copied, reproduced, modified, published, uploaded, posted, transmitted, distributed, or disclosed in any way except in accordance with the applicable license agreement .
- No license under any patent, copyright, trade secret or other intellectual property right is granted to or conferred upon you by disclosure or delivery of the Materials, either expressly, by implication, inducement, estoppel, except in accordance with the applicable license agreement.
- Unless otherwise agreed by Intel in writing, you may not remove or alter this notice or any other notice embedded in Materials by Intel or Intel's suppliers or licensors in any way.
- For further details, please see the file README.TXT distributed with this software.
- -- End Intel Copyright Notice --
Definition in file usbstd.h. |