2.6.4.10 USB_DEVICE_HID_EVENT_DATA_SET_IDLE Structure
C
typedef struct {
  uint8_t duration;
  uint8_t reportID;
} USB_DEVICE_HID_EVENT_DATA_SET_IDLE;
      Summary
USB Device HID Set Idle Event Data Type.
This defines the data type of the data generated to the HID event handler on a USB_DEVICE_HID_EVENT_SET_IDLE event.
Members
| Members | Description | 
| uint8_t duration; | Idle duration | 
| uint8_t reportID; | Report ID | 
Remarks
None.
