2.5.4.22 USB_CDC_DESCRIPTOR_TYPE Enumeration
C
typedef enum {
USB_CDC_DESC_CS_INTERFACE = 0x24,
USB_CDC_DESC_CS_ENDPOINT = 0x25
} USB_CDC_DESCRIPTOR_TYPE;
Summary
CDC descriptor type.
This enumeration identifies the descriptor types in the CDC.
Remarks
This value goes into the bDescriptorType of CDC functional descriptor.
