Searched refs:DOEPINT (Results 1 – 4 of 4) sorted by relevance
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()
278 USBx_OUTEP(i)->DOEPINT = 0xFB7FU; in USB_DevInit()852 USBx_OUTEP(i)->DOEPINT = 0xFB7FU; in USB_StopDevice()973 tmpreg = USBx_OUTEP((uint32_t)epnum)->DOEPINT; in USB_ReadDevOutEPInterrupt()
498 #define CLEAR_OUT_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_OUTEP(__EPNUM__)->DOEPINT = (__IN…
1101 __IO uint32_t DOEPINT; /* dev OUT Endpoint Itr Reg B00h + (ep_num * 20h) + 08h*/ member