Searched refs:USB_OTG_EPTypeDef (Results 1 – 4 of 4) sorted by relevance
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
| A D | stm32f7xx_ll_usb.h | 168 } USB_OTG_EPTypeDef; typedef 400 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep); 401 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep); 402 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep); 403 HAL_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *e… 404 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma); 405 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma… 408 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep); 409 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep);
|
| A D | stm32f7xx_hal_pcd.h | 83 typedef USB_OTG_EPTypeDef PCD_EPTypeDef ;
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_hal_pcd.c | 308 USB_OTG_EPTypeDef *ep; in HAL_PCD_IRQHandler() 760 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_Open() 796 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_Close() 824 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_Receive() 871 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_Transmit() 907 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_SetStall() 938 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_ClrStall() 1058 USB_OTG_EPTypeDef *ep; in PCD_WriteEmptyTxFifo()
|
| A D | stm32f7xx_ll_usb.c | 392 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateEndpoint() 419 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateDedicatedEndpoint() 457 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateEndpoint() 479 HAL_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *e… in USB_DeactivateDedicatedEndpoint() 502 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EPStartXfer() 599 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EP0StartXfer() 719 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep) in USB_EPSetStall() 742 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPClearStall()
|
Completed in 16 milliseconds