Searched refs:DSTS (Results 1 – 3 of 3) sorted by relevance
390 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()
1226 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
1059 __IO uint32_t DSTS; /* dev Status Register (RO) 808h*/ member