Home
last modified time | relevance | path

Searched refs:DIEPMSK (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.c230 USBx_DEVICE->DIEPMSK = 0; in USB_DevInit()
265 USBx_DEVICE->DIEPMSK &= ~(USB_OTG_DIEPMSK_TXFURM); in USB_DevInit()
839 USBx_DEVICE->DIEPMSK = 0; in USB_StopDevice()
957 msk = USBx_DEVICE->DIEPMSK; in USB_ReadDevInEPInterrupt()
Dstm32l4xx_hal_pcd.c590 … USBx_DEVICE->DIEPMSK |= (USB_OTG_DIEPMSK_TOM | USB_OTG_DIEPMSK_XFRCM | USB_OTG_DIEPMSK_EPDM); in HAL_PCD_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c230 USBx_DEVICE->DIEPMSK = 0; in USB_DevInit()
265 USBx_DEVICE->DIEPMSK &= ~(USB_OTG_DIEPMSK_TXFURM); in USB_DevInit()
839 USBx_DEVICE->DIEPMSK = 0; in USB_StopDevice()
957 msk = USBx_DEVICE->DIEPMSK; in USB_ReadDevInEPInterrupt()
Dstm32l4xx_hal_pcd.c590 … USBx_DEVICE->DIEPMSK |= (USB_OTG_DIEPMSK_TOM | USB_OTG_DIEPMSK_XFRCM | USB_OTG_DIEPMSK_EPDM); in HAL_PCD_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h1062 __IO uint32_t DIEPMSK; /* dev IN Endpoint Mask 810h*/ member