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

EP_TYPE_BULK macro

Syntax

#define EP_TYPE_BULK 2U

Examples

EP_TYPE_BULK is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_usb.h:346
#define EP_TYPE_BULK 2U
stm32f4xx_hal_hcd.c:459
case EP_TYPE_BULK:
stm32f4xx_hal_hcd.c:1347
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1430
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1472
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1496
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1512
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1562
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1742
if ((hhcd->hc[chnum].ep_type == EP_TYPE_BULK) ||
stm32f4xx_hal_pcd.c:1842
if (ep_type == EP_TYPE_BULK)
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:1710
case EP_TYPE_BULK:
stm32f4xx_ll_usb.c:1841
if (((hc->ep_type == EP_TYPE_CTRL) || (hc->ep_type == EP_TYPE_BULK)) && (hc->do_ssplit == 0U))
stm32f4xx_ll_usb.c:2048
case EP_TYPE_BULK: