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

#include <Endpoint.h>

Data Fields

uint8_t Address
 
uint8_t Banks
 
uint16_t Size
 
uint8_t Type
 

Detailed Description

Type define for a endpoint table entry, used to configure endpoints in groups via Endpoint_ConfigureEndpointTable().

Field Documentation

uint8_t USB_Endpoint_Table_t::Address

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

uint8_t USB_Endpoint_Table_t::Banks

Number of hardware banks to use for the endpoint.

uint16_t USB_Endpoint_Table_t::Size

Size of the endpoint bank, in bytes.

uint8_t USB_Endpoint_Table_t::Type

Type of the endpoint, a EP_TYPE_* mask.


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