74 .ManufacturerStrIndex = 0x01,
75 .ProductStrIndex = 0x02,
93 .ConfigurationNumber = 1,
121 .TotalReportDescriptors = 1,
126 .HID_ReportINEndpoint = {
137 .HID_Termination = 0x00
202 const void * *
const DescriptorAddress)
204 const uint8_t DescriptorType = (wValue >> 8);
205 const uint8_t DescriptorNumber = (wValue & 0xFF);
207 const void *Address =
NULL;
210 switch (DescriptorType) {
222 switch (DescriptorNumber) {
225 Size = pgm_read_byte(&LanguageStringPtr->Header.Size);
230 Size = pgm_read_byte(&ManufacturerStringPtr->Header.Size);
235 Size = pgm_read_byte(&ProductStringPtr->Header.Size);
252 *DescriptorAddress = Address;