STM32_USB_Host_Library + 0/1 examples
CodeScope will show references to USB_REQ_CLEAR_FEATURE from the following samples and libraries:
 
Symbols
loading...
Files
loading...

USB_REQ_CLEAR_FEATURE macro

Syntax

#define USB_REQ_CLEAR_FEATURE 0x01U

Examples

USB_REQ_CLEAR_FEATURE is referenced by 1 libraries and example projects.

References

LocationText
usbh_def.h:131
#define USB_REQ_CLEAR_FEATURE 0x01U
usbh_ctlreq.c:336
phost->Control.setup.b.bRequest = USB_REQ_CLEAR_FEATURE;