\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
- .TotalHIDReports = 0x01,\r
+ .TotalHIDDescriptors = 1,\r
.HIDReportType = DTYPE_Report,\r
.HIDReportLength = sizeof(HIDReport)\r
},\r
uint16_t HIDSpec;\r
uint8_t CountryCode;\r
\r
- uint8_t TotalHIDReports;\r
+ uint8_t TotalHIDDescriptors;\r
\r
uint8_t HIDReportType;\r
uint16_t HIDReportLength;\r
\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
- .TotalHIDReports = 0x01,\r
+ .TotalReportDescriptors = 1,\r
.HIDReportType = DTYPE_Report,\r
.HIDReportLength = sizeof(GenericReport)\r
},\r
uint16_t HIDSpec;\r
uint8_t CountryCode;\r
\r
- uint8_t TotalHIDReports;\r
+ uint8_t TotalReportDescriptors;\r
\r
uint8_t HIDReportType;\r
uint16_t HIDReportLength;\r
\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
- .TotalHIDReports = 0x01,\r
+ .TotalReportDescriptors = 1,\r
.HIDReportType = DTYPE_Report,\r
.HIDReportLength = sizeof(JoystickReport)\r
},\r
uint16_t HIDSpec;\r
uint8_t CountryCode;\r
\r
- uint8_t TotalHIDReports;\r
+ uint8_t TotalReportDescriptors;\r
\r
uint8_t HIDReportType;\r
uint16_t HIDReportLength;\r
\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
- .TotalHIDReports = 0x01,\r
+ .TotalReportDescriptors = 1,\r
.HIDReportType = DTYPE_Report,\r
.HIDReportLength = sizeof(KeyboardReport)\r
},\r
uint16_t HIDSpec;\r
uint8_t CountryCode;\r
\r
- uint8_t TotalHIDReports;\r
+ uint8_t TotalReportDescriptors;\r
\r
uint8_t HIDReportType;\r
uint16_t HIDReportLength;\r
\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
- .TotalHIDReports = 0x01,\r
+ .TotalReportDescriptors = 1,\r
.HIDReportType = DTYPE_Report,\r
.HIDReportLength = sizeof(KeyboardReport)\r
},\r
\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
- .TotalHIDReports = 0x01,\r
+ .TotalReportDescriptors = 1,\r
.HIDReportType = DTYPE_Report,\r
.HIDReportLength = sizeof(MouseReport)\r
},\r
uint16_t HIDSpec;\r
uint8_t CountryCode;\r
\r
- uint8_t TotalHIDReports;\r
+ uint8_t TotalReportDescriptors;\r
\r
uint8_t HIDReportType;\r
uint16_t HIDReportLength;\r
\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
- .TotalHIDReports = 0x01,\r
+ .TotalReportDescriptors = 1,\r
.HIDReportType = DTYPE_Report,\r
.HIDReportLength = sizeof(MouseReport)\r
},\r
uint16_t HIDSpec;\r
uint8_t CountryCode;\r
\r
- uint8_t TotalHIDReports;\r
+ uint8_t TotalReportDescriptors;\r
\r
uint8_t HIDReportType;\r
uint16_t HIDReportLength;\r
uint16_t HIDSpec; /**< Implemented HID class specification, in BCD encoded format */\r
uint8_t CountryCode; /**< Country code value for localized hardware */\r
\r
- uint8_t TotalHIDReports; /**< Total number of HID report descriptors in the current interface */\r
+ uint8_t TotalHIDDescriptors; /**< Total number of HID report descriptors in the current interface */\r
\r
uint8_t HIDReportType; /**< HID report type of the first HID report descriptor */\r
uint16_t HIDReportLength; /**< Total size in bytes of the first HID report descriptor */\r
uint16_t HIDSpec; /**< Implemented HID class specification, in BCD encoded format */\r
uint8_t CountryCode; /**< Country code value for localized hardware */\r
\r
- uint8_t TotalHIDReports; /**< Total number of HID report descriptors in the current interface */\r
+ uint8_t TotalHIDDescriptors; /**< Total number of HID report descriptors in the current interface */\r
\r
uint8_t HIDReportType; /**< HID report type of the first HID report descriptor */\r
uint16_t HIDReportLength; /**< Total size in bytes of the first HID report descriptor */\r
\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
- .TotalHIDReports = 0x01,\r
+ .TotalHIDDescriptors = 1,\r
.HIDReportType = DTYPE_Report,\r
.HIDReportLength = sizeof(KeyboardReport)\r
},\r
uint16_t HIDSpec; /**< HID specification implemented by the device, in BCD form */\r
uint8_t CountryCode; /**< Country code for the country the HID device is localised for */\r
\r
- uint8_t TotalHIDReports; /**< Total number of HID reports linked to this HID interface */\r
+ uint8_t TotalHIDDescriptors; /**< Total number of HID reports linked to this HID interface */\r
\r
uint8_t HIDReportType; /**< Type of the first HID report descriptor */\r
uint16_t HIDReportLength; /**< Length of the first HID report descriptor */\r