LUFA Library
120219
|
Common USB Pipe definitions for all architectures. More...
Defines | |
#define | PIPE_CONTROLPIPE 0 |
#define | PIPE_PIPENUM_MASK 0x0F |
#define | PIPE_EPNUM_MASK 0x0F |
#define | PIPE_EPDIR_MASK 0x80 |
This module contains functions, macros and enums related to pipe management when in USB Host mode. This module contains the pipe management macros, as well as pipe interrupt and data send/receive functions for various data types.