Home
last modified time | relevance | path

Searched refs:USBPLLCON (Results 1 – 7 of 7) sorted by relevance

/hal_infineon-3.6.0/XMCLib/devices/XMC4800/Source/
Dsystem_XMC4800.c698 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()
/hal_infineon-3.6.0/XMCLib/devices/XMC4500/Source/
Dsystem_XMC4500.c561 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()
/hal_infineon-3.6.0/XMCLib/devices/XMC4700/Source/
Dsystem_XMC4700.c613 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()
/hal_infineon-3.6.0/XMCLib/drivers/src/
Dxmc4_scu.c746 …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 …]
/hal_infineon-3.6.0/XMCLib/devices/XMC4500/Include/
DXMC4500.h957 …__IO uint32_t USBPLLCON; /*!< (@ 0x50004724) USB PLL Configuration Regist… member
/hal_infineon-3.6.0/XMCLib/devices/XMC4700/Include/
DXMC4700.h985 …__IO uint32_t USBPLLCON; /*!< (@ 0x50004724) USB PLL Configuration Regist… member
/hal_infineon-3.6.0/XMCLib/devices/XMC4800/Include/
DXMC4800.h993 …__IO uint32_t USBPLLCON; /*!< (@ 0x50004724) USB PLL Configuration Regist… member