Home
last modified time | relevance | path

Searched refs:USB_HS_PHYC (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_usb.c1481 USB_HS_PHYC->USB_HS_PHYC_LDO |= USB_HS_PHYC_LDO_ENABLE; in USB_HS_PHYCInit()
1484 while ((USB_HS_PHYC->USB_HS_PHYC_LDO & USB_HS_PHYC_LDO_STATUS) == 0U) in USB_HS_PHYCInit()
1497 USB_HS_PHYC->USB_HS_PHYC_PLL = (0x0U << 1); in USB_HS_PHYCInit()
1501 USB_HS_PHYC->USB_HS_PHYC_PLL = (0x2U << 1); in USB_HS_PHYCInit()
1505 USB_HS_PHYC->USB_HS_PHYC_PLL = (0x3U << 1); in USB_HS_PHYCInit()
1509 USB_HS_PHYC->USB_HS_PHYC_PLL = (0x4U << 1); in USB_HS_PHYCInit()
1513 USB_HS_PHYC->USB_HS_PHYC_PLL = (0x5U << 1); in USB_HS_PHYCInit()
1517 USB_HS_PHYC->USB_HS_PHYC_PLL = (0x7U << 1); in USB_HS_PHYCInit()
1525 USB_HS_PHYC->USB_HS_PHYC_TUNE |= USB_HS_PHYC_TUNE_VALUE; in USB_HS_PHYCInit()
1528 USB_HS_PHYC->USB_HS_PHYC_PLL |= USB_HS_PHYC_PLL_PLLEN; in USB_HS_PHYCInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_usb.h491 #ifdef USB_HS_PHYC
492 #define USBPHYC USB_HS_PHYC
Dstm32f7xx_ll_bus.h234 #if defined(USB_HS_PHYC)
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h1174 #define USB_HS_PHYC ((USB_HS_PHYC_GlobalTypeDef *) USB_HS_PHYC_CONTROLLER_BASE) macro
Dstm32f730xx.h1208 #define USB_HS_PHYC ((USB_HS_PHYC_GlobalTypeDef *) USB_HS_PHYC_CONTROLLER_BASE) macro
Dstm32f733xx.h1208 #define USB_HS_PHYC ((USB_HS_PHYC_GlobalTypeDef *) USB_HS_PHYC_CONTROLLER_BASE) macro