E.5.5 enumeration types, E.5.5, Enumeration types – Motorola USB08 User Manual

Page 214: Enumeration types usbio_pipe_type, Universal usb device driver (usbio)

Advertising
background image

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.

Advertising