HAL
USB_HCTypeDef::ep_type is only used within HAL.
 
Symbols
loading...
Files
loading...

USB_HCTypeDef::ep_type field

Endpoint Type. This parameter can be any value of USB_LL_EP_Type

Syntax

uint8_t ep_type;

References

LocationReferrerText
stm32f4xx_ll_usb.h:198
uint8_t ep_type; /*!< Endpoint Type.
stm32f4xx_hal_hcd.c:229HAL_HCD_HC_Init()
hhcd->hc[ch_num].ep_type = ep_type;
stm32f4xx_hal_hcd.c:404HAL_HCD_HC_SubmitRequest()
hhcd->hc[ch_num].ep_type = ep_type;
stm32f4xx_hal_hcd.c:1233HAL_HCD_HC_SetHubInfo()
if ((hhcd->hc[ch_num].ep_type == EP_TYPE_CTRL) && (hhcd->hc[ch_num].ep_is_in != 0U))
stm32f4xx_hal_hcd.c:1346HCD_HC_IN_IRQHandler()
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1347HCD_HC_IN_IRQHandler()
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1352HCD_HC_IN_IRQHandler()
else if ((hhcd->hc[chnum].ep_type == EP_TYPE_INTR) ||
stm32f4xx_hal_hcd.c:1353HCD_HC_IN_IRQHandler()
(hhcd->hc[chnum].ep_type == EP_TYPE_ISOC))
stm32f4xx_hal_hcd.c:1429HCD_HC_IN_IRQHandler()
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1430HCD_HC_IN_IRQHandler()
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1446HCD_HC_IN_IRQHandler()
if (hhcd->hc[chnum].ep_type == EP_TYPE_INTR)
stm32f4xx_hal_hcd.c:1471HCD_HC_IN_IRQHandler()
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1472HCD_HC_IN_IRQHandler()
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1495HCD_HC_IN_IRQHandler()
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1496HCD_HC_IN_IRQHandler()
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1511HCD_HC_IN_IRQHandler()
if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1512HCD_HC_IN_IRQHandler()
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1555HCD_HC_IN_IRQHandler()
if (hhcd->hc[chnum].ep_type == EP_TYPE_INTR)
stm32f4xx_hal_hcd.c:1561HCD_HC_IN_IRQHandler()
else if ((hhcd->hc[chnum].ep_type == EP_TYPE_CTRL) ||
stm32f4xx_hal_hcd.c:1562HCD_HC_IN_IRQHandler()
(hhcd->hc[chnum].ep_type == EP_TYPE_BULK))
stm32f4xx_hal_hcd.c:1626HCD_HC_OUT_IRQHandler()
if (hhcd->hc[chnum].ep_type != EP_TYPE_ISOC)
stm32f4xx_hal_hcd.c:1742HCD_HC_OUT_IRQHandler()
if ((hhcd->hc[chnum].ep_type == EP_TYPE_BULK) ||
stm32f4xx_hal_hcd.c:1743HCD_HC_OUT_IRQHandler()
(hhcd->hc[chnum].ep_type == EP_TYPE_INTR))
stm32f4xx_ll_usb.c:1841USB_HC_StartXfer()
if (((hc->ep_type == EP_TYPE_CTRL) || (hc->ep_type == EP_TYPE_BULK)) && (hc->do_ssplit == 0U))
stm32f4xx_ll_usb.c:1871USB_HC_StartXfer()
if (hc->ep_type == EP_TYPE_ISOC)
stm32f4xx_ll_usb.c:1978USB_HC_StartXfer()
if (((hc->ep_type == EP_TYPE_ISOC) || (hc->ep_type == EP_TYPE_INTR)) &&
stm32f4xx_ll_usb.c:1985USB_HC_StartXfer()
if ((hc->ep_type == EP_TYPE_ISOC) && (hc->ep_is_in == 0U))
stm32f4xx_ll_usb.c:2044USB_HC_StartXfer()
switch (hc->ep_type)

Data Use

Functions writing USB_HCTypeDef::ep_type
Functions reading USB_HCTypeDef::ep_type
USB_HCTypeDef::ep_type
Type of USB_HCTypeDef::ep_type
USB_HCTypeDef::ep_type
uint8_t
all items filtered out