While browsing the example code in lib_usb, I noticed this snippet from the included function USB_StandardRequests:
Code: Select all
case USB_CLEAR_FEATURE:
/* Device Features than could potenially be cleared are as follows (See Figure 9-4)
* Self Powered: Cannot be changed by SetFeature() or ClearFeature()
* Remote Wakeup: Indicates if the device is currently enabled to request remote wakeup.
by default not implemented
*/
break;
Thanks.