Searched refs:DOEPMSK (Results 1 – 3 of 3) sorted by relevance
234 USBx_DEVICE->DOEPMSK = 0U; in USB_DevInit()857 USBx_DEVICE->DOEPMSK = 0U; in USB_StopDevice()974 tmpreg &= USBx_DEVICE->DOEPMSK; in USB_ReadDevOutEPInterrupt()
1286 …USBx_DEVICE->DOEPMSK |= (USB_OTG_DOEPMSK_STUPM | USB_OTG_DOEPMSK_XFRCM | USB_OTG_DOEPMSK_EPDM | US… in HAL_PCD_IRQHandler()1288 … USBx_DEVICE->DOEPMSK |= (USB_OTG_DOEPMSK_STUPM | USB_OTG_DOEPMSK_XFRCM | USB_OTG_DOEPMSK_EPDM); in HAL_PCD_IRQHandler()
1062 __IO uint32_t DOEPMSK; /* dev OUT Endpoint Mask 814h*/ member