Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c233 USBx_DEVICE->DIEPMSK = 0U; in USB_DevInit()
281 USBx_DEVICE->DIEPMSK &= ~(USB_OTG_DIEPMSK_TXFURM); in USB_DevInit()
856 USBx_DEVICE->DIEPMSK = 0U; in USB_StopDevice()
991 msk = USBx_DEVICE->DIEPMSK; in USB_ReadDevInEPInterrupt()
Dstm32l4xx_hal_pcd.c1290 … USBx_DEVICE->DIEPMSK |= (USB_OTG_DIEPMSK_TOM | USB_OTG_DIEPMSK_XFRCM | USB_OTG_DIEPMSK_EPDM); in HAL_PCD_IRQHandler()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1061 __IO uint32_t DIEPMSK; /* dev IN Endpoint Mask 810h*/ member