LUFA Library  120730
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
USB_Pipe_Table_t Struct Reference

#include <Pipe.h>

Data Fields

uint8_t Address
uint16_t Size
uint8_t EndpointAddress
uint8_t Type
uint8_t Banks

Detailed Description

Type define for a pipe table entry, used to configure pipes in groups via Pipe_ConfigurePipeTable().

Field Documentation

uint8_t USB_Pipe_Table_t::Address

Address of the pipe to configure, or zero if the table entry is to be unused.

uint8_t USB_Pipe_Table_t::Banks

Number of hardware banks to use for the pipe.

uint8_t USB_Pipe_Table_t::EndpointAddress
uint16_t USB_Pipe_Table_t::Size

Size of the pipe bank, in bytes.

uint8_t USB_Pipe_Table_t::Type

Address of the endpoint in the connected device. Type of the endpoint, a EP_TYPE_* mask.


The documentation for this struct was generated from the following file: