Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h522 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep);
Dstm32l4xx_hal_pcd.h521 #define USB_EP0StartXfer USB_EPStartXfer macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c1942 (void)USB_EP0StartXfer(hpcd->Instance, ep); in HAL_PCD_EP_Receive()
1985 (void)USB_EP0StartXfer(hpcd->Instance, ep); in HAL_PCD_EP_Transmit()
Dstm32l4xx_ll_usb.c662 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EP0StartXfer() function