Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c1078 if ((USBx_OUTEP(0U)->DOEPINT & (1U << 15)) != 0U) in HAL_PCD_IRQHandler()
1084 if ((USBx_OUTEP(0U)->DOEPINT & (1U << 5)) != 0U) in HAL_PCD_IRQHandler()
1110 if ((USBx_OUTEP(0U)->DOEPINT & (1U << 15)) != 0U) in HAL_PCD_IRQHandler()
1273 USBx_OUTEP(i)->DOEPINT = 0xFB7FU; in HAL_PCD_IRQHandler()
Dstm32l4xx_ll_usb.c278 USBx_OUTEP(i)->DOEPINT = 0xFB7FU; in USB_DevInit()
852 USBx_OUTEP(i)->DOEPINT = 0xFB7FU; in USB_StopDevice()
973 tmpreg = USBx_OUTEP((uint32_t)epnum)->DOEPINT; in USB_ReadDevOutEPInterrupt()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h498 #define CLEAR_OUT_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_OUTEP(__EPNUM__)->DOEPINT = (__IN…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1101 __IO uint32_t DOEPINT; /* dev OUT Endpoint Itr Reg B00h + (ep_num * 20h) + 08h*/ member