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

USB_REQ_TYPE_CLASS macro

Syntax

#define USB_REQ_TYPE_CLASS 0x20U

Examples

USB_REQ_TYPE_CLASS is referenced by 1 libraries and example projects.

References

LocationText
usbh_def.h:118
#define USB_REQ_TYPE_CLASS 0x20U
usbh_audio.c:1264
| USB_REQ_TYPE_CLASS;
usbh_audio.c:1336
USB_REQ_TYPE_CLASS;
usbh_audio.c:1409
USB_REQ_TYPE_CLASS;
usbh_audio.c:1482
| USB_REQ_TYPE_CLASS;
usbh_audio.c:1555
USB_REQ_TYPE_CLASS;
usbh_audio.c:1584
USB_REQ_TYPE_CLASS;
usbh_cdc.c:460
phost->Control.setup.b.bmRequestType = USB_D2H | USB_REQ_TYPE_CLASS | \
usbh_cdc.c:483
phost->Control.setup.b.bmRequestType = USB_H2D | USB_REQ_TYPE_CLASS |
usbh_hid.c:617
USB_REQ_TYPE_CLASS;
usbh_hid.c:648
USB_REQ_TYPE_CLASS;
usbh_hid.c:679
USB_REQ_TYPE_CLASS;
usbh_hid.c:702
| USB_REQ_TYPE_CLASS;
usbh_msc_bot.c:110
phost->Control.setup.b.bmRequestType = USB_H2D | USB_REQ_TYPE_CLASS
usbh_msc_bot.c:130
phost->Control.setup.b.bmRequestType = USB_D2H | USB_REQ_TYPE_CLASS