Struct usb_cdc_header_desc
ClassList > usb_cdc_header_desc
Header Functional Descriptor. More...
#include <usb_cdc.h>
Public Attributes
Type | Name |
---|---|
uint8_t | bDescriptorSubType Header functional descriptor subtype. |
uint8_t | bDescriptorType CS_INTERFACE descriptor type. |
uint8_t | bFunctionLength Size of this descriptor in bytes. |
uint16_t | bcdCDC USB CDC Specification release number in BCD. |
Detailed Description
Header Functional Descriptor marks the beginning of the concatenated set of functional descriptors for the interface.
Public Attributes Documentation
variable bDescriptorSubType
uint8_t usb_cdc_header_desc::bDescriptorSubType;
variable bDescriptorType
uint8_t usb_cdc_header_desc::bDescriptorType;
variable bFunctionLength
uint8_t usb_cdc_header_desc::bFunctionLength;
variable bcdCDC
uint16_t usb_cdc_header_desc::bcdCDC;
The documentation for this class was generated from the following file fw/rbcx-coprocessor/lib/libusb_stm32/include/usb_cdc.h