LUFA Library
120219
|
Common USB Controller definitions for all architectures. More...
Defines | |
Endpoint Direction Masks | |
#define | ENDPOINT_DIR_MASK 0x80 |
#define | ENDPOINT_DIR_OUT 0x00 |
#define | ENDPOINT_DIR_IN 0x80 |
Endpoint/Pipe Type Masks | |
#define | EP_TYPE_MASK 0x03 |
#define | EP_TYPE_CONTROL 0x00 |
#define | EP_TYPE_ISOCHRONOUS 0x01 |
#define | EP_TYPE_BULK 0x02 |
#define | EP_TYPE_INTERRUPT 0x03 |
Functions, macros, variables, enums and types related to the setup and management of the USB interface.