Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c235 USBx_DEVICE->DAINTMSK = 0U; in USB_DevInit()
422 USBx_DEVICE->DAINTMSK |= USB_OTG_DAINTMSK_IEPM & (uint32_t)(1UL << (ep->num & 0xFU)); in USB_ActivateEndpoint()
434 USBx_DEVICE->DAINTMSK |= USB_OTG_DAINTMSK_OEPM & ((uint32_t)(1UL << (ep->num & 0xFU)) << 16); in USB_ActivateEndpoint()
501 USBx_DEVICE->DAINTMSK &= ~(USB_OTG_DAINTMSK_IEPM & (uint32_t)(1UL << (ep->num & 0xFU))); in USB_DeactivateEndpoint()
511 USBx_DEVICE->DAINTMSK &= ~(USB_OTG_DAINTMSK_OEPM & ((uint32_t)(1UL << (ep->num & 0xFU)) << 16)); in USB_DeactivateEndpoint()
536 USBx_DEVICE->DAINTMSK &= ~(USB_OTG_DAINTMSK_IEPM & (uint32_t)(1UL << (ep->num & 0xFU))); in USB_DeactivateDedicatedEndpoint()
541 USBx_DEVICE->DAINTMSK &= ~(USB_OTG_DAINTMSK_OEPM & ((uint32_t)(1UL << (ep->num & 0xFU)) << 16)); in USB_DeactivateDedicatedEndpoint()
858 USBx_DEVICE->DAINTMSK = 0U; in USB_StopDevice()
940 tmpreg &= USBx_DEVICE->DAINTMSK; in USB_ReadDevAllOutEpInterrupt()
956 tmpreg &= USBx_DEVICE->DAINTMSK; in USB_ReadDevAllInEpInterrupt()
Dstm32l4xx_hal_pcd.c1276 USBx_DEVICE->DAINTMSK |= 0x10001U; in HAL_PCD_IRQHandler()
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1064 __IO uint32_t DAINTMSK; /* dev All Endpoints Itr Mask 81Ch*/ member