Home
last modified time | relevance | path

Searched refs:USB_OTG_DCFG_DAD (Results 1 – 25 of 138) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_usb.c1134 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()
Dstm32n6xx_hal_pcd.c1351 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_usb.c1175 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()
Dstm32h7rsxx_hal_pcd.c1386 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_usb.c1146 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()
Dstm32f2xx_hal_pcd.c1173 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_usb.c1178 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()
Dstm32f4xx_hal_pcd.c1394 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_usb.c1208 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()
Dstm32f7xx_hal_pcd.c1292 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_usb.c1157 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()
Dstm32h7xx_hal_pcd.c1371 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usb.c1030 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()
Dstm32f1xx_hal_pcd.c1171 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_usb.c1053 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()
Dstm32l4xx_hal_pcd.c1376 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_usb.c1174 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()
Dstm32u5xx_hal_pcd.c1403 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_usb.c1178 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()
Dstm32h5xx_hal_pcd.c1403 USBx_DEVICE->DCFG &= ~USB_OTG_DCFG_DAD; in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f401xc.h6991 #define USB_OTG_DCFG_DAD USB_OTG_DCFG_DAD_Msk /*!< Device address … macro
Dstm32f401xe.h6991 #define USB_OTG_DCFG_DAD USB_OTG_DCFG_DAD_Msk /*!< Device address … macro
Dstm32f411xe.h7022 #define USB_OTG_DCFG_DAD USB_OTG_DCFG_DAD_Msk /*!< Device address … macro
Dstm32f405xx.h12546 #define USB_OTG_DCFG_DAD USB_OTG_DCFG_DAD_Msk /*!< Device address … macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h12257 #define USB_OTG_DCFG_DAD USB_OTG_DCFG_DAD_Msk /*!< Device address … macro

123456