Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_usb.h195 HAL_StatusTypeDef USB_EPStartXfer(USB_TypeDef *USBx, USB_EPTypeDef *ep);
A Dstm32l1xx_hal_pcd.h437 #define USB_EP0StartXfer USB_EPStartXfer
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_pcd.c1295 (void)USB_EPStartXfer(hpcd->Instance, ep); in HAL_PCD_EP_Receive()
1340 (void)USB_EPStartXfer(hpcd->Instance, ep); in HAL_PCD_EP_Transmit()
1675 (void) USB_EPStartXfer(hpcd->Instance, ep); in PCD_EP_ISR_Handler()
1718 (void)USB_EPStartXfer(hpcd->Instance, ep); in PCD_EP_ISR_Handler()
A Dstm32l1xx_ll_usb.c353 HAL_StatusTypeDef USB_EPStartXfer(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_EPStartXfer() function

Completed in 12 milliseconds