Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c390 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed()
599 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer()
640 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer()
1035 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD) == DSTS_ENUMSPD_LS_PHY_6MHZ) in USB_ActivateSetup()
1692 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
Dstm32l4xx_hal_pcd.c1226 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1059 __IO uint32_t DSTS; /* dev Status Register (RO) 808h*/ member