USB Library
HID_USAGEITEM Structure
Syntax
typedef struct _HID_USAGEITEM {
  bool isRange;
  uint16_t usagePage;
  uint16_t usage;
  uint16_t usageMinimum;
  uint16_t usageMaximum;
} HID_USAGEITEM;
Description

HID Report Details 

This structure contains information about each Usage Item encountered in the report descriptor.

Members
Members 
Description 
bool isRange; 
True if Usage item has a valid MAX and MIN range 
uint16_t usagePage; 
Usage page ID asscociated with the Item 
uint16_t usage; 
Usage ID asscociated with the Item 
uint16_t usageMinimum; 
Defines the starting usage associated with an array or bitmap 
uint16_t usageMaximum; 
Defines the ending usage associated with an array or bitmap 
MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla