Home
last modified time | relevance | path

Searched refs:EP_TYPE_BULK (Results 1 – 4 of 4) sorted by relevance

/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_hcd.c362 case EP_TYPE_BULK: in HAL_HCD_HC_SubmitRequest()
784 (hhcd->hc[chnum].ep_type == EP_TYPE_BULK)) { in HCD_HC_IN_IRQHandler()
840 (hhcd->hc[chnum].ep_type == EP_TYPE_BULK)) { in HCD_HC_IN_IRQHandler()
933 if (hhcd->hc[chnum].ep_type == EP_TYPE_BULK) { in HCD_HC_OUT_IRQHandler()
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()
1213 case EP_TYPE_BULK: in USB_HC_Init()
1354 case EP_TYPE_BULK: in USB_HC_StartXfer()
A Dstm32f7xx_hal_pcd.c777 if (ep_type == EP_TYPE_BULK ) { in HAL_PCD_EP_Open()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_usb.h317 #define EP_TYPE_BULK 2 macro

Completed in 25 milliseconds