LUFA Library  120219
Pipe.h File Reference

Common USB Pipe definitions for all architectures. More...

#include "../../../Common/Common.h"
#include "USBMode.h"
#include "AVR8/Pipe_AVR8.h"

Defines

#define PIPE_CONTROLPIPE   0
#define PIPE_PIPENUM_MASK   0x0F
#define PIPE_EPNUM_MASK   0x0F
#define PIPE_EPDIR_MASK   0x80

Detailed Description

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.

Note:
This file should not be included directly. It is automatically included as needed by the USB driver dispatch header located in LUFA/Drivers/USB/USB.h.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines