Searched refs:USBx_OUTEP (Results 1 – 3 of 3) sorted by relevance
261 if ((USBx_OUTEP(i)->DOEPCTL & USB_OTG_DOEPCTL_EPENA) == USB_OTG_DOEPCTL_EPENA) in USB_DevInit()265 USBx_OUTEP(i)->DOEPCTL = USB_OTG_DOEPCTL_SNAK; in USB_DevInit()269 USBx_OUTEP(i)->DOEPCTL = USB_OTG_DOEPCTL_EPDIS | USB_OTG_DOEPCTL_SNAK; in USB_DevInit()274 USBx_OUTEP(i)->DOEPCTL = 0U; in USB_DevInit()277 USBx_OUTEP(i)->DOEPTSIZ = 0U; in USB_DevInit()278 USBx_OUTEP(i)->DOEPINT = 0xFB7FU; in USB_DevInit()436 if (((USBx_OUTEP(epnum)->DOEPCTL) & USB_OTG_DOEPCTL_USBAEP) == 0U) in USB_ActivateEndpoint()438 USBx_OUTEP(epnum)->DOEPCTL |= (ep->maxpacket & USB_OTG_DOEPCTL_MPSIZ) | in USB_ActivateEndpoint()473 if (((USBx_OUTEP(epnum)->DOEPCTL) & USB_OTG_DOEPCTL_USBAEP) == 0U) in USB_ActivateDedicatedEndpoint()475 USBx_OUTEP(epnum)->DOEPCTL |= (ep->maxpacket & USB_OTG_DOEPCTL_MPSIZ) | in USB_ActivateDedicatedEndpoint()[all …]
1078 if ((USBx_OUTEP(0U)->DOEPINT & (1U << 15)) != 0U) in HAL_PCD_IRQHandler()1084 if ((USBx_OUTEP(0U)->DOEPINT & (1U << 5)) != 0U) in HAL_PCD_IRQHandler()1110 if ((USBx_OUTEP(0U)->DOEPINT & (1U << 15)) != 0U) in HAL_PCD_IRQHandler()1273 USBx_OUTEP(i)->DOEPINT = 0xFB7FU; in HAL_PCD_IRQHandler()1274 USBx_OUTEP(i)->DOEPCTL &= ~USB_OTG_DOEPCTL_STALL; in HAL_PCD_IRQHandler()
451 #define USBx_OUTEP(i) ((USB_OTG_OUTEndpointTypeDef *)(USBx_BASE + USB_OTG_OUT_ENDPOINT_BASE + ((i… macro498 #define CLEAR_OUT_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_OUTEP(__EPNUM__)->DOEPINT = (__IN…