uint16_t CurrConfigBytesRem;\r
\r
/* Retrieve the entire configuration descriptor into the allocated buffer */\r
uint16_t CurrConfigBytesRem;\r
\r
/* Retrieve the entire configuration descriptor into the allocated buffer */\r
- switch (USB_GetDeviceConfigDescriptor(1, &CurrConfigBytesRem, ConfigDescriptorData, sizeof(ConfigDescriptorData)))\r
+ switch (USB_Host_GetDeviceConfigDescriptor(1, &CurrConfigBytesRem, ConfigDescriptorData, sizeof(ConfigDescriptorData)))\r
* This comparator searches for the next IN Endpoint descriptor inside the current interface descriptor,\r
* aborting the search if another interface descriptor is found before the required endpoint.\r
*\r
* This comparator searches for the next IN Endpoint descriptor inside the current interface descriptor,\r
* aborting the search if another interface descriptor is found before the required endpoint.\r
*\r