Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

usbconstants.h File Reference

This file containes the constants used by the USB driver. More...

Go to the source code of this file.

Enumerations

enum  USBEndpointDirection {
  USB_NO_DATA,
  USB_IN,
  USB_OUT,
  USB_IN_OUT
}
 USB endpoint direction. More...

enum  USBEndpointType {
  USB_CONTROL,
  USB_BULK,
  USB_INTERRUPT,
  USB_ISOCHRONOUS
}
 Note: the values are set for compatibility with USBEndpointDirection. More...

enum  USBEventMap {
  USB_NO_EVENT,
  USB_RESET,
  USB_SUSPEND,
  USB_RESUME,
  USB_SOF,
  USB_DEVICE_EVENTS,
  USB_BUS_EVENTS,
  USB_ALL_EVENTS
}
 USB Event Map. More...

enum  USBDeviceFlags {
  ENABLE_RX_SEQ,
  ENABLE_TX_SEQ
}
 USB Device Flags. More...

enum  USBEndpointNumber {
  ENDPOINT_0,
  ENDPOINT_1,
  ENDPOINT_2,
  ENDPOINT_3,
  ENDPOINT_4,
  ENDPOINT_5,
  ENDPOINT_6,
  ENDPOINT_7,
  ENDPOINT_8,
  ENDPOINT_9,
  ENDPOINT_10,
  ENDPOINT_11,
  ENDPOINT_12,
  ENDPOINT_13,
  ENDPOINT_14,
  ENDPOINT_15
}
 USB endpoint number. More...


Detailed Description

This file containes the constants used by the USB driver.

Author:
Intel Corporation
Date:
30-OCT-2001

Version:
Revision
1.11
-- 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 usbconstants.h.

Automatically generated from sources. © Intel Corp. 2003