Searched refs:USB_HS_PHYC (Results 1 – 6 of 6) sorted by relevance
1481 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()
491 #ifdef USB_HS_PHYC492 #define USBPHYC USB_HS_PHYC
234 #if defined(USB_HS_PHYC)
1174 #define USB_HS_PHYC ((USB_HS_PHYC_GlobalTypeDef *) USB_HS_PHYC_CONTROLLER_BASE) macro
1208 #define USB_HS_PHYC ((USB_HS_PHYC_GlobalTypeDef *) USB_HS_PHYC_CONTROLLER_BASE) macro