73 .ManufacturerStrIndex = 0x01,
74 .ProductStrIndex = 0x02,
92 .ConfigurationNumber = 1,
115 .MS_DataInEndpoint = {
124 .MS_DataOutEndpoint = {
132 .MS_Termination = 0x00
213 const void * *
const DescriptorAddress)
215 const uint8_t DescriptorType = (wValue >> 8);
216 const uint8_t DescriptorNumber = (wValue & 0xFF);
218 const void *Address =
NULL;
221 switch (DescriptorType) {
233 switch (DescriptorNumber) {
236 Size = pgm_read_byte(&LanguageStringPtr->Header.Size);
241 Size = pgm_read_byte(&ManufacturerStringPtr->Header.Size);
246 Size = pgm_read_byte(&ProductStringPtr->Header.Size);
253 *DescriptorAddress = Address;