Home
last modified time | relevance | path

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

/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pcd.c344 USB_EP0_OutStart(hpcd->Instance, 1, (uint8_t *)hpcd->Setup); in HAL_PCD_IRQHandler()
390 USB_EP0_OutStart(hpcd->Instance, 1, (uint8_t *)hpcd->Setup); in HAL_PCD_IRQHandler()
475 USB_EP0_OutStart(hpcd->Instance, hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_IRQHandler()
923 USB_EP0_OutStart(hpcd->Instance, hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall()
A Dstm32f7xx_ll_usb.c954 HAL_StatusTypeDef USB_EP0_OutStart(USB_OTG_GlobalTypeDef *USBx, uint8_t dma, uint8_t *psetup) in USB_EP0_OutStart() function
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_usb.h415 HAL_StatusTypeDef USB_EP0_OutStart(USB_OTG_GlobalTypeDef *USBx, uint8_t dma, uint8_t *psetup);

Completed in 10 milliseconds