Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h532 HAL_StatusTypeDef USB_EP0_OutStart(USB_OTG_GlobalTypeDef *USBx, uint8_t *psetup);
584 HAL_StatusTypeDef USB_EP0_OutStart(USB_TypeDef *USBx, uint8_t *psetup);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c1297 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t *)hpcd->Setup); in HAL_PCD_IRQHandler()
2029 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall()
Dstm32l4xx_ll_usb.c1050 HAL_StatusTypeDef USB_EP0_OutStart(USB_OTG_GlobalTypeDef *USBx, uint8_t *psetup) in USB_EP0_OutStart() function
2384 HAL_StatusTypeDef USB_EP0_OutStart(USB_TypeDef *USBx, uint8_t *psetup) in USB_EP0_OutStart() function