#include <Pipe.h>
Data Fields | |
| uint8_t | Address |
| uint8_t | Banks |
| uint8_t | EndpointAddress |
| uint16_t | Size |
| uint8_t | Type |
Type define for a pipe table entry, used to configure pipes in groups via Pipe_ConfigurePipeTable().
| 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 |
Address of the endpoint in the connected device.
| uint16_t USB_Pipe_Table_t::Size |
Size of the pipe bank, in bytes.
| uint8_t USB_Pipe_Table_t::Type |
Type of the endpoint, a EP_TYPE_* mask.