Home
last modified time | relevance | path

Searched refs:EP_TYPE_INTR (Results 1 – 3 of 3) sorted by relevance

/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_ll_usb.c746 if (ep->type == EP_TYPE_INTR || ep->type == EP_TYPE_BULK) { in USB_EPClearStall()
751 if (ep->type == EP_TYPE_INTR || ep->type == EP_TYPE_BULK) { in USB_EPClearStall()
1230 case EP_TYPE_INTR: in USB_HC_Init()
1272 if (ep_type == EP_TYPE_INTR) { in USB_HC_Init()
1365 case EP_TYPE_INTR: in USB_HC_StartXfer()
A Dstm32f7xx_hal_hcd.c384 case EP_TYPE_INTR: in HAL_HCD_HC_SubmitRequest()
789 } else if (hhcd->hc[chnum].ep_type == EP_TYPE_INTR) { in HCD_HC_IN_IRQHandler()
831 if (hhcd->hc[chnum].ep_type == EP_TYPE_INTR) { in HCD_HC_IN_IRQHandler()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_usb.h318 #define EP_TYPE_INTR 3 macro

Completed in 7 milliseconds