Common definitions and declarations for the library USB CDC Class driver. More...
#include "../../Core/StdDescriptors.h"
Data Structures | |
struct | CDC_LineEncoding_t |
CDC Virtual Serial Port Line Encoding Settings Structure. More... | |
struct | USB_CDC_Descriptor_FunctionalACM_t |
CDC class-specific Functional ACM Descriptor (LUFA naming conventions). More... | |
struct | USB_CDC_Descriptor_FunctionalHeader_t |
CDC class-specific Functional Header Descriptor (LUFA naming conventions). More... | |
struct | USB_CDC_Descriptor_FunctionalUnion_t |
CDC class-specific Functional Union Descriptor (LUFA naming conventions). More... | |
struct | USB_CDC_StdDescriptor_FunctionalACM_t |
CDC class-specific Functional ACM Descriptor (USB-IF naming conventions). More... | |
struct | USB_CDC_StdDescriptor_FunctionalHeader_t |
CDC class-specific Functional Header Descriptor (USB-IF naming conventions). More... | |
struct | USB_CDC_StdDescriptor_FunctionalUnion_t |
CDC class-specific Functional Union Descriptor (USB-IF naming conventions). More... | |
Macros | |
Virtual Control Line Masks | |
#define | CDC_CONTROL_LINE_IN_BREAK (1 << 2) |
#define | CDC_CONTROL_LINE_IN_DCD (1 << 0) |
#define | CDC_CONTROL_LINE_IN_DSR (1 << 1) |
#define | CDC_CONTROL_LINE_IN_FRAMEERROR (1 << 4) |
#define | CDC_CONTROL_LINE_IN_OVERRUNERROR (1 << 6) |
#define | CDC_CONTROL_LINE_IN_PARITYERROR (1 << 5) |
#define | CDC_CONTROL_LINE_IN_RING (1 << 3) |
#define | CDC_CONTROL_LINE_OUT_DTR (1 << 0) |
#define | CDC_CONTROL_LINE_OUT_RTS (1 << 1) |
Common definitions and declarations for the library USB CDC Class driver.