Searched refs:DIEPINT (Results 1 – 4 of 4) sorted by relevance
256 USBx_INEP(i)->DIEPINT = 0xFB7FU; in USB_DevInit()851 USBx_INEP(i)->DIEPINT = 0xFB7FU; in USB_StopDevice()994 tmpreg = USBx_INEP((uint32_t)epnum)->DIEPINT & msk; in USB_ReadDevInEPInterrupt()
1271 USBx_INEP(i)->DIEPINT = 0xFB7FU; in HAL_PCD_IRQHandler()
497 #define CLEAR_IN_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_INEP(__EPNUM__)->DIEPINT = (__INT…
1086 __IO uint32_t DIEPINT; /* dev IN Endpoint Itr Reg 900h + (ep_num * 20h) + 08h*/ member