Home
last modified time | relevance | path

Searched refs:DOEPMSK (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c234 USBx_DEVICE->DOEPMSK = 0U; in USB_DevInit()
857 USBx_DEVICE->DOEPMSK = 0U; in USB_StopDevice()
974 tmpreg &= USBx_DEVICE->DOEPMSK; in USB_ReadDevOutEPInterrupt()
Dstm32l4xx_hal_pcd.c1286 …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()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1062 __IO uint32_t DOEPMSK; /* dev OUT Endpoint Mask 814h*/ member