77 .ManufacturerStrIndex = 0x01,
78 .ProductStrIndex = 0x02,
96 .ConfigurationNumber = 1,
124 .TotalReportDescriptors = 1,
129 .HID_ReportINEndpoint = {
137 .HID_Termination = 0x00
214 const void * *
const DescriptorAddress)
216 const uint8_t DescriptorType = (wValue >> 8);
217 const uint8_t DescriptorNumber = (wValue & 0xFF);
219 const void *Address =
NULL;
222 switch (DescriptorType) {
234 switch (DescriptorNumber) {
237 Size = pgm_read_byte(&LanguageStringPtr->Header.Size);
242 Size = pgm_read_byte(&ManufacturerStringPtr->Header.Size);
247 Size = pgm_read_byte(&ProductStringPtr->Header.Size);
264 *DescriptorAddress = Address;