
Designer Reference Manual USB08 Evaluation Board
214 Universal USB Device Driver (USBIO) MOTOROLA
Universal USB Device Driver (USBIO)
E.5.5 Enumeration Types
USBIO_PIPE_TYPE
The USBIO_PIPE_TYPE enumeration type contains values that identify
the type of an USB pipe or an USB endpoint respectively.
Definition typedef enum _USBIO_PIPE_TYPE{
PipeTypeControl = 0,;
PipeTypeIsochronous,
PipeTypeBulk,
PipeTypeInterrupt
} USBIO_PIPE_TYPE;
Comments The meaning of the values is defined by he Universal Serial Bus
Specification 1.1, Chapter 9.