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

EP_TYPE_ISOC macro

Syntax

#define EP_TYPE_ISOC 1U

Examples

EP_TYPE_ISOC is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_usb.h:345
#define EP_TYPE_ISOC 1U
stm32f4xx_hal_hcd.c:245
if (ep_type == EP_TYPE_ISOC)
stm32f4xx_hal_hcd.c:515
case EP_TYPE_ISOC:
stm32f4xx_hal_hcd.c:1353
(hhcd->hc[chnum].ep_type == EP_TYPE_ISOC))
stm32f4xx_hal_hcd.c:1626
if (hhcd->hc[chnum].ep_type != EP_TYPE_ISOC)
stm32f4xx_hal_pcd.c:1457
if ((hpcd->IN_ep[epnum].type == EP_TYPE_ISOC) &&
stm32f4xx_hal_pcd.c:1477
if ((hpcd->OUT_ep[epnum].type == EP_TYPE_ISOC) &&
stm32f4xx_ll_usb.c:807
if (ep->type == EP_TYPE_ISOC)
stm32f4xx_ll_usb.c:821
if (ep->type == EP_TYPE_ISOC)
stm32f4xx_ll_usb.c:841
if (ep->type != EP_TYPE_ISOC)
stm32f4xx_ll_usb.c:911
if (ep->type == EP_TYPE_ISOC)
stm32f4xx_ll_usb.c:1750
case EP_TYPE_ISOC:
stm32f4xx_ll_usb.c:1807
if ((ep_type == EP_TYPE_INTR) || (ep_type == EP_TYPE_ISOC))
stm32f4xx_ll_usb.c:1871
if (hc->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:1985
if ((hc->ep_type == EP_TYPE_ISOC) && (hc->ep_is_in == 0U))
stm32f4xx_ll_usb.c:2062
case EP_TYPE_ISOC: