/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usb.c | 529 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 779 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 807 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 869 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 2200 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32n6xx_hal_pcd.c | 1051 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1274 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usb.c | 570 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 820 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 848 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 910 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 2279 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32h7rsxx_hal_pcd.c | 1086 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1309 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 541 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 791 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 819 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 881 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 2229 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32f2xx_hal_pcd.c | 913 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1123 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 573 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 823 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 851 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 913 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 2279 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32f4xx_hal_pcd.c | 1090 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1313 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 603 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 853 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 881 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 943 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 2359 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32f7xx_hal_pcd.c | 992 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1215 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usb.c | 552 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 802 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 830 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 892 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 2220 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32h7xx_hal_pcd.c | 1071 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1294 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 569 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 819 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 847 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 909 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 2277 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32u5xx_hal_pcd.c | 1103 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1326 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 573 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 823 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 851 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 913 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 2289 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32h5xx_hal_pcd.c | 1103 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1326 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 474 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 719 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 772 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 1898 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32f1xx_hal_pcd.c | 923 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1121 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 497 uint32_t DevEnumSpeed = USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD; in USB_GetDevSpeed() 742 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 795 if ((USBx_DEVICE->DSTS & (1U << 8)) == 0U) in USB_EPStartXfer() 1924 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in USB_ActivateRemoteWakeup()
|
D | stm32l4xx_hal_pcd.c | 1088 hpcd->FrameNumber = (USBx_DEVICE->DSTS & USB_OTG_DSTS_FNSOF_Msk) >> USB_OTG_DSTS_FNSOF_Pos; in HAL_PCD_IRQHandler() 1299 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_SUSPSTS) == USB_OTG_DSTS_SUSPSTS) in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f401xc.h | 551 __IO uint32_t DSTS; /*!< dev Status Register (RO) 808h */ member
|
D | stm32f401xe.h | 551 __IO uint32_t DSTS; /*!< dev Status Register (RO) 808h */ member
|
D | stm32f411xe.h | 552 __IO uint32_t DSTS; /*!< dev Status Register (RO) 808h */ member
|
D | stm32f405xx.h | 726 __IO uint32_t DSTS; /*!< dev Status Register (RO) 808h */ member
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 774 __IO uint32_t DSTS; /*!< dev Status Register (RO) Address offset : 0x808 */ member
|