Searched refs:DOEPINT (Results 1 – 7 of 7) sorted by relevance
380 if (!(USBx_OUTEP(0)->DOEPINT & (0x1 << 15))) in HAL_PCD_IRQHandler()405 USBx_OUTEP(0)->DOEPINT |= (0x1 << 15) | (0x1 << 5); in HAL_PCD_IRQHandler()573 USBx_OUTEP(index)->DOEPINT = 0xFF; in HAL_PCD_IRQHandler()
262 USBx_OUTEP(index)->DOEPINT = 0xFF; in USB_DevInit()834 USBx_OUTEP(index)->DOEPINT = 0xFF; in USB_StopDevice()941 tmpreg = USBx_OUTEP(epnum)->DOEPINT; in USB_ReadDevOutEPInterrupt()
503 #define CLEAR_OUT_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_OUTEP(__EPNUM__)->DOEPINT = (__IN…
1102 __IO uint32_t DOEPINT; /* dev OUT Endpoint Itr Reg B00h + (ep_num * 20h) + 08h*/ member