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

USB_DESC_TYPE_INTERFACE macro

Syntax

#define USB_DESC_TYPE_INTERFACE 0x04U

Examples

USB_DESC_TYPE_INTERFACE is referenced by 1 libraries and example projects.

References

LocationText
usbh_def.h:146
#define USB_DESC_TYPE_INTERFACE 0x04U
usbh_audio.c:900
case USB_DESC_TYPE_INTERFACE:
usbh_ctlreq.c:471
if (pdesc->bDescriptorType == USB_DESC_TYPE_INTERFACE)