/* Set or clear the flag depending on what the host indicates that the current Protocol should be */\r
UsingReportProtocol = (USB_ControlRequest.wValue != 0);\r
\r
/* Set or clear the flag depending on what the host indicates that the current Protocol should be */\r
UsingReportProtocol = (USB_ControlRequest.wValue != 0);\r
\r
/* Get idle period in MSB, IdleCount must be multiplied by 4 to get number of milliseconds */\r
IdleCount = ((USB_ControlRequest.wValue & 0xFF00) >> 6);\r
\r
/* Get idle period in MSB, IdleCount must be multiplied by 4 to get number of milliseconds */\r
IdleCount = ((USB_ControlRequest.wValue & 0xFF00) >> 6);\r
\r