/* Get idle period in MSB, must multiply by 4 to get the duration in milliseconds */\r
IdleCount = ((USB_ControlRequest.wValue & 0xFF00) >> 6);\r
\r
/* Get idle period in MSB, must multiply by 4 to get the duration in milliseconds */\r
IdleCount = ((USB_ControlRequest.wValue & 0xFF00) >> 6);\r
\r