HAL + 0/2 examples
CodeScope will show references to EP_TYPE_INTR from the following samples and libraries:
 
Symbols
loading...
Files
loading...

EP_TYPE_INTR macro

Syntax

#define EP_TYPE_INTR 3U

Examples

EP_TYPE_INTR is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_usb.h:347
#define EP_TYPE_INTR 3U
stm32f4xx_hal_hcd.c:487
case EP_TYPE_INTR:
stm32f4xx_hal_hcd.c:1352
else if ((hhcd->hc[chnum].ep_type == EP_TYPE_INTR) ||
stm32f4xx_hal_hcd.c:1446
if (hhcd->hc[chnum].ep_type == EP_TYPE_INTR)
stm32f4xx_hal_hcd.c:1555
if (hhcd->hc[chnum].ep_type == EP_TYPE_INTR)
stm32f4xx_hal_hcd.c:1743
(hhcd->hc[chnum].ep_type == EP_TYPE_INTR))
stm32f4xx_ll_usb.c:1112
if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK))
stm32f4xx_ll_usb.c:1120
if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK))
stm32f4xx_ll_usb.c:1734
case EP_TYPE_INTR:
stm32f4xx_ll_usb.c:1807
if ((ep_type == EP_TYPE_INTR) || (ep_type == EP_TYPE_ISOC))
stm32f4xx_ll_usb.c:1978
if (((hc->ep_type == EP_TYPE_ISOC) || (hc->ep_type == EP_TYPE_INTR)) &&
stm32f4xx_ll_usb.c:2061
case EP_TYPE_INTR: