Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_ll_usb.c242 USBx_INEP(i)->DIEPCTL = 0; in USB_DevInit()
245 USBx_INEP(i)->DIEPTSIZ = 0; in USB_DevInit()
246 USBx_INEP(i)->DIEPINT = 0xFF; in USB_DevInit()
463 USBx_INEP(ep->num)->DIEPCTL &= ~ USB_OTG_DIEPCTL_USBAEP; in USB_DeactivateEndpoint()
483 USBx_INEP(ep->num)->DIEPCTL &= ~ USB_OTG_DIEPCTL_USBAEP; in USB_DeactivateDedicatedEndpoint()
725 USBx_INEP(ep->num)->DIEPCTL |= USB_OTG_DIEPCTL_STALL; in USB_EPSetStall()
745 USBx_INEP(ep->num)->DIEPCTL &= ~USB_OTG_DIEPCTL_STALL; in USB_EPClearStall()
769 USBx_INEP(i)->DIEPINT = 0xFF; in USB_StopDevice()
896 v = USBx_INEP(epnum)->DIEPINT & msk; in USB_ReadDevInEPInterrupt()
933 USBx_INEP(0)->DIEPCTL &= ~USB_OTG_DIEPCTL_MPSIZ; in USB_ActivateSetup()
[all …]
A Dstm32f7xx_hal_pcd.c457 USBx_INEP(i)->DIEPINT = 0xFF; in HAL_PCD_IRQHandler()
1073 while ( (USBx_INEP(epnum)->DTXFSTS & USB_OTG_DTXFSTS_INEPTFSAV) > len32b && in PCD_WriteEmptyTxFifo()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_usb.h375 #define USBx_INEP(i) ((USB_OTG_INEndpointTypeDef *)((uint32_t)USBx + USB_OTG_IN_ENDPOINT_BASE + … macro
388 #define CLEAR_IN_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_INEP(__EPNUM__)->DIEPINT = (__INT…

Completed in 9 milliseconds