Searched refs:USB_EP0_OutStart (Results 1 – 3 of 3) sorted by relevance
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_hal_pcd.c | 344 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 D | stm32f7xx_ll_usb.c | 954 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 D | stm32f7xx_ll_usb.h | 415 HAL_StatusTypeDef USB_EP0_OutStart(USB_OTG_GlobalTypeDef *USBx, uint8_t dma, uint8_t *psetup);
|
Completed in 10 milliseconds