Home
last modified time | relevance | path

Searched refs:DIEPINT (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c256 USBx_INEP(i)->DIEPINT = 0xFB7FU; in USB_DevInit()
851 USBx_INEP(i)->DIEPINT = 0xFB7FU; in USB_StopDevice()
994 tmpreg = USBx_INEP((uint32_t)epnum)->DIEPINT & msk; in USB_ReadDevInEPInterrupt()
Dstm32l4xx_hal_pcd.c1271 USBx_INEP(i)->DIEPINT = 0xFB7FU; in HAL_PCD_IRQHandler()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h497 #define CLEAR_IN_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_INEP(__EPNUM__)->DIEPINT = (__INT…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1086 __IO uint32_t DIEPINT; /* dev IN Endpoint Itr Reg 900h + (ep_num * 20h) + 08h*/ member