UsbHost.SetupPipes

Setup all Pipes Definitions (uC's internal configuration).

Properties

Parameters (request frame)

Name Type/Size Description
Length of Pipes Integer (8 bits) Number of elements in the Pipes array
Pipes Array -
No Integer (8 bits) Number of Pipe.
Type Enumeration (8 bits) Type of Pipe.
Values:
  • Control (0)
  • Interrupt (1)
  • Bulk (2)
  • Isochronous (3)
FrameSize Integer (8 bits) Maximum Packet Size of Pipe. Possible Values are 8, 16, 32 and 64.

Returned values (response frame)

None