Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 6 of 6) sorted by relevance

/lk-master/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()
513 USB_ReadPacket(USBx, (uint8_t *)hpcd->Setup, 8); in HAL_PCD_IRQHandler()
923 USB_EP0_OutStart(hpcd->Instance, hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pcd.h95 uint32_t Setup[12]; /*!< Setup packet buffer */ member
/lk-master/platform/stm32f7xx/
A Dusbc.c123 args.setup = (struct usb_setup *)hpcd->Setup; in HAL_PCD_SetupStageCallback()
/lk-master/platform/stm32f0xx/
A Dusbc.c156 args.setup = (struct usb_setup *)hpcd->Setup; in HAL_PCD_SetupStageCallback()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_pcd.h177 uint32_t Setup[12]; /*!< Setup packet buffer */ member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_pcd.c1243 PCD_ReadPMA(hpcd->Instance, (uint8_t*)(void*)hpcd->Setup ,ep->pmaadress , ep->xfer_count); in PCD_EP_ISR_Handler()

Completed in 11 milliseconds