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

USB_DESC_TYPE_ENDPOINT macro

Syntax

#define USB_DESC_TYPE_ENDPOINT 0x05U

Examples

USB_DESC_TYPE_ENDPOINT is referenced by 1 libraries and example projects.

References

LocationText
usbh_def.h:147
#define USB_DESC_TYPE_ENDPOINT 0x05U
usbh_ctlreq.c:489
if (pdesc->bDescriptorType == USB_DESC_TYPE_ENDPOINT)