73 .ManufacturerStrIndex = 0x01,
74 .ProductStrIndex = 0x02,
92 .ConfigurationNumber = 1,
100 .CDC_CCI_Interface = {
115 .CDC_Functional_Header = {
122 .CDC_Functional_ACM = {
129 .CDC_Functional_Union = {
137 .CDC_NotificationEndpoint = {
147 .CDC_DCI_Interface = {
162 .CDC_DataOutEndpoint = {
172 .CDC_DataInEndpoint = {
181 .CDC_Termination = 0x00
253 const void * *
const DescriptorAddress)
255 const uint8_t DescriptorType = (wValue >> 8);
256 const uint8_t DescriptorNumber = (wValue & 0xFF);
258 const void *Address =
NULL;
261 switch (DescriptorType) {
273 switch (DescriptorNumber) {
276 Size = pgm_read_byte(&LanguageStringPtr->Header.Size);
281 Size = pgm_read_byte(&ManufacturerStringPtr->Header.Size);
286 Size = pgm_read_byte(&ProductStringPtr->Header.Size);
293 *DescriptorAddress = Address;