#include <stdint.h>
Go to the source code of this file.
Definitions and classes for USB CDC class descriptors.
Definition in file CDCDescriptors.h.
uint16_t bcdCDC |
USB CDC specification release number.
Definition at line 256 of file CDCDescriptors.h.
uint8_t bDataInterface |
Interface number of the data class interface used for call management (optional).
Definition at line 302 of file CDCDescriptors.h.
uint8_t bDescriptorSubtype |
uint8_t bDescriptorType |
Descriptor type .
Definition at line 252 of file CDCDescriptors.h.
uint8_t bFunctionLength |
Size of this descriptor in bytes.
Size of the descriptor in bytes.
Definition at line 250 of file CDCDescriptors.h.
uint8_t bMasterInterface |
Number of the master interface for this union.
Definition at line 276 of file CDCDescriptors.h.
uint8_t bmCapabilities |
Configuration capabilities
Configuration capabilities.
Definition at line 299 of file CDCDescriptors.h.
uint8_t bSlaveInterface0 |
Number of the first slave interface for this union.
Definition at line 278 of file CDCDescriptors.h.