Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c231 USBx_DEVICE->DOEPMSK = 0; in USB_DevInit()
840 USBx_DEVICE->DOEPMSK = 0; in USB_StopDevice()
942 tmpreg &= USBx_DEVICE->DOEPMSK; in USB_ReadDevOutEPInterrupt()
Dstm32l4xx_hal_pcd.c586 …USBx_DEVICE->DOEPMSK |= (USB_OTG_DOEPMSK_STUPM | USB_OTG_DOEPMSK_XFRCM | USB_OTG_DOEPMSK_EPDM | US… in HAL_PCD_IRQHandler()
588 … USBx_DEVICE->DOEPMSK |= (USB_OTG_DOEPMSK_STUPM | USB_OTG_DOEPMSK_XFRCM | USB_OTG_DOEPMSK_EPDM); in HAL_PCD_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c231 USBx_DEVICE->DOEPMSK = 0; in USB_DevInit()
840 USBx_DEVICE->DOEPMSK = 0; in USB_StopDevice()
942 tmpreg &= USBx_DEVICE->DOEPMSK; in USB_ReadDevOutEPInterrupt()
Dstm32l4xx_hal_pcd.c586 …USBx_DEVICE->DOEPMSK |= (USB_OTG_DOEPMSK_STUPM | USB_OTG_DOEPMSK_XFRCM | USB_OTG_DOEPMSK_EPDM | US… in HAL_PCD_IRQHandler()
588 … USBx_DEVICE->DOEPMSK |= (USB_OTG_DOEPMSK_STUPM | USB_OTG_DOEPMSK_XFRCM | USB_OTG_DOEPMSK_EPDM); in HAL_PCD_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h1063 __IO uint32_t DOEPMSK; /* dev OUT Endpoint Mask 814h*/ member