Searched refs:USBPLLCON (Results 1 – 7 of 7) sorted by relevance
698 SCU_PLL->USBPLLCON &= ~(SCU_PLL_USBPLLCON_VCOPWD_Msk | SCU_PLL_USBPLLCON_PLLPWD_Msk); in SystemCoreClockSetup()725 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_VCOBYP_Msk; in SystemCoreClockSetup()732 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_FINDIS_Msk; in SystemCoreClockSetup()735 SCU_PLL->USBPLLCON = ((USB_NDIV << SCU_PLL_USBPLLCON_NDIV_Pos) | in SystemCoreClockSetup()739 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_OSCDISCDIS_Msk; in SystemCoreClockSetup()742 SCU_PLL->USBPLLCON &= ~SCU_PLL_USBPLLCON_FINDIS_Msk; in SystemCoreClockSetup()745 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_RESLD_Msk; in SystemCoreClockSetup()753 SCU_PLL->USBPLLCON &= ~SCU_PLL_USBPLLCON_VCOBYP_Msk; in SystemCoreClockSetup()760 SCU_PLL->USBPLLCON &= ~SCU_PLL_USBPLLCON_OSCDISCDIS_Msk; in SystemCoreClockSetup()
561 SCU_PLL->USBPLLCON &= ~(SCU_PLL_USBPLLCON_VCOPWD_Msk | SCU_PLL_USBPLLCON_PLLPWD_Msk); in SystemCoreClockSetup()588 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_VCOBYP_Msk; in SystemCoreClockSetup()591 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_FINDIS_Msk; in SystemCoreClockSetup()594 SCU_PLL->USBPLLCON = ((USB_NDIV << SCU_PLL_USBPLLCON_NDIV_Pos) | in SystemCoreClockSetup()598 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_OSCDISCDIS_Msk; in SystemCoreClockSetup()601 SCU_PLL->USBPLLCON &= ~SCU_PLL_USBPLLCON_FINDIS_Msk; in SystemCoreClockSetup()604 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_RESLD_Msk; in SystemCoreClockSetup()
613 SCU_PLL->USBPLLCON &= ~(SCU_PLL_USBPLLCON_VCOPWD_Msk | SCU_PLL_USBPLLCON_PLLPWD_Msk); in SystemCoreClockSetup()641 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_VCOBYP_Msk; in SystemCoreClockSetup()644 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_FINDIS_Msk; in SystemCoreClockSetup()647 SCU_PLL->USBPLLCON = ((USB_NDIV << SCU_PLL_USBPLLCON_NDIV_Pos) | in SystemCoreClockSetup()651 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_OSCDISCDIS_Msk; in SystemCoreClockSetup()654 SCU_PLL->USBPLLCON &= ~SCU_PLL_USBPLLCON_FINDIS_Msk; in SystemCoreClockSetup()657 SCU_PLL->USBPLLCON |= SCU_PLL_USBPLLCON_RESLD_Msk; in SystemCoreClockSetup()
746 …n_div = (uint32_t)((((SCU_PLL->USBPLLCON) & SCU_PLL_USBPLLCON_NDIV_Msk) >> SCU_PLL_USBPLLCON_NDIV_… in XMC_SCU_CLOCK_GetUsbPllClockFrequency()747 …p_div = (uint32_t)((((SCU_PLL->USBPLLCON) & SCU_PLL_USBPLLCON_PDIV_Msk) >> SCU_PLL_USBPLLCON_PDIV_… in XMC_SCU_CLOCK_GetUsbPllClockFrequency()1115 SCU_PLL->USBPLLCON &= (uint32_t)~(SCU_PLL_USBPLLCON_VCOPWD_Msk | SCU_PLL_USBPLLCON_PLLPWD_Msk); in XMC_SCU_CLOCK_EnableUsbPll()1121 SCU_PLL->USBPLLCON |= (uint32_t)(SCU_PLL_USBPLLCON_VCOPWD_Msk | SCU_PLL_USBPLLCON_PLLPWD_Msk); in XMC_SCU_CLOCK_DisableUsbPll()1128 SCU_PLL->USBPLLCON |= (uint32_t)SCU_PLL_USBPLLCON_VCOBYP_Msk; in XMC_SCU_CLOCK_StartUsbPll()1131 SCU_PLL->USBPLLCON |= (uint32_t)SCU_PLL_USBPLLCON_FINDIS_Msk; in XMC_SCU_CLOCK_StartUsbPll()1134 SCU_PLL->USBPLLCON = (uint32_t)((uint32_t)((ndiv -1U) << SCU_PLL_USBPLLCON_NDIV_Pos) | in XMC_SCU_CLOCK_StartUsbPll()1138 SCU_PLL->USBPLLCON |= (uint32_t)SCU_PLL_USBPLLCON_OSCDISCDIS_Msk; in XMC_SCU_CLOCK_StartUsbPll()1141 SCU_PLL->USBPLLCON &= (uint32_t)~SCU_PLL_USBPLLCON_FINDIS_Msk; in XMC_SCU_CLOCK_StartUsbPll()1144 SCU_PLL->USBPLLCON |= (uint32_t)SCU_PLL_USBPLLCON_RESLD_Msk; in XMC_SCU_CLOCK_StartUsbPll()[all …]
957 …__IO uint32_t USBPLLCON; /*!< (@ 0x50004724) USB PLL Configuration Regist… member
985 …__IO uint32_t USBPLLCON; /*!< (@ 0x50004724) USB PLL Configuration Regist… member
993 …__IO uint32_t USBPLLCON; /*!< (@ 0x50004724) USB PLL Configuration Regist… member