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

EP_TYPE_CTRL macro

Syntax

#define EP_TYPE_CTRL 0U

Examples

EP_TYPE_CTRL is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_usb.h:344
#define EP_TYPE_CTRL 0U
stm32f4xx_hal_hcd.c:419
case EP_TYPE_CTRL:
stm32f4xx_hal_hcd.c:1233
if ((hhcd->hc[ch_num].ep_type == EP_TYPE_CTRL) && (hhcd->hc[ch_num].ep_is_in != 0U))
stm32f4xx_hal_hcd.c:1346
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1429
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1471
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1495
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1511
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1561
else if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_pcd.c:211
hpcd->IN_ep[i].type = EP_TYPE_CTRL;
stm32f4xx_hal_pcd.c:222
hpcd->OUT_ep[i].type = EP_TYPE_CTRL;
stm32f4xx_ll_usb.c:1709
case EP_TYPE_CTRL:
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:2047
case EP_TYPE_CTRL: