/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usb.c | 513 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1134 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1135 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32n6xx_hal_pcd.c | 1351 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usb.c | 554 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1175 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1176 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32h7rsxx_hal_pcd.c | 1386 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 525 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1146 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1147 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32f2xx_hal_pcd.c | 1173 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 557 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1178 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1179 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32f4xx_hal_pcd.c | 1394 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 587 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1208 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1209 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32f7xx_hal_pcd.c | 1292 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usb.c | 536 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1157 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1158 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32h7xx_hal_pcd.c | 1371 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 459 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1030 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1031 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32f1xx_hal_pcd.c | 1171 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 482 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1053 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1054 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32l4xx_hal_pcd.c | 1376 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 553 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1174 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1175 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32u5xx_hal_pcd.c | 1403 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 557 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 1178 USBx_DEVICE->DCFG &= ~(USB_OTG_DCFG_DAD); in USB_SetDevAddress() 1179 USBx_DEVICE->DCFG |= ((uint32_t)address << 4) & USB_OTG_DCFG_DAD; in USB_SetDevAddress()
|
D | stm32h5xx_hal_pcd.c | 1403 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f401xc.h | 549 __IO uint32_t DCFG; /*!< dev Configuration Register 800h */ member
|
D | stm32f401xe.h | 549 __IO uint32_t DCFG; /*!< dev Configuration Register 800h */ member
|
D | stm32f411xe.h | 550 __IO uint32_t DCFG; /*!< dev Configuration Register 800h */ member
|
D | stm32f405xx.h | 724 __IO uint32_t DCFG; /*!< dev Configuration Register 800h */ member
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 772 __IO uint32_t DCFG; /*!< dev Configuration Register Address offset : 0x800 */ member
|