/hal_nxp-latest/mcux/mcux-sdk/devices/LPC812/ |
D | system_LPC812.c | 89 static uint32_t Clock_GetPLLFreq(uint32_t PLLReg, uint32_t inputRate) in Clock_GetPLLFreq() argument 93 return (inputRate * m_val); in Clock_GetPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC810/ |
D | system_LPC810.c | 85 static uint32_t Clock_GetPLLFreq(uint32_t PLLReg, uint32_t inputRate) in Clock_GetPLLFreq() argument 89 return (inputRate * m_val); in Clock_GetPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC824/ |
D | system_LPC824.c | 81 static uint32_t Clock_GetPLLFreq(uint32_t PLLReg, uint32_t inputRate) in Clock_GetPLLFreq() argument 85 return (inputRate * m_val); in Clock_GetPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC811/ |
D | system_LPC811.c | 85 static uint32_t Clock_GetPLLFreq(uint32_t PLLReg, uint32_t inputRate) in Clock_GetPLLFreq() argument 89 return (inputRate * m_val); in Clock_GetPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC834/ |
D | system_LPC834.c | 79 static uint32_t Clock_GetPLLFreq(uint32_t PLLReg, uint32_t inputRate) in Clock_GetPLLFreq() argument 83 return (inputRate * m_val); in Clock_GetPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC832/ |
D | system_LPC832.c | 79 static uint32_t Clock_GetPLLFreq(uint32_t PLLReg, uint32_t inputRate) in Clock_GetPLLFreq() argument 83 return (inputRate * m_val); in Clock_GetPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC822/ |
D | system_LPC822.c | 81 static uint32_t Clock_GetPLLFreq(uint32_t PLLReg, uint32_t inputRate) in Clock_GetPLLFreq() argument 85 return (inputRate * m_val); in Clock_GetPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54628/drivers/ |
D | fsl_clock.c | 2021 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2257 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2440 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2448 fccoHz = (pSetup->inputRate / (nsel + 1UL)) * 2UL * (msel + 1UL) * (1UL << (psel & 3UL)); in CLOCK_SetUsbPLLFreq() 2464 fccoHz = pSetup->inputRate / (nsel + 1UL) * (msel + 1UL); in CLOCK_SetUsbPLLFreq()
|
D | fsl_clock.h | 1302 …uint32_t inputRate; /*!< PLL input clock in Hz, only used if PLL_CONFIGFLAG_USEINRATE flag is se… member 1381 uint32_t inputRate; /*!< USB PLL input rate */ member
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S005/drivers/ |
D | fsl_clock.c | 2010 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2245 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2428 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2436 … fccoHz = (pSetup->inputRate / ((uint32_t)nsel + 1U)) * 2U * (msel + 1U) * SWITCH_USB_PSEL(psel); in CLOCK_SetUsbPLLFreq() 2452 fccoHz = pSetup->inputRate / ((uint32_t)nsel + 1U) * (msel + 1U); in CLOCK_SetUsbPLLFreq()
|
D | fsl_clock.h | 1280 …uint32_t inputRate; /*!< PLL input clock in Hz, only used if PLL_CONFIGFLAG_USEINRATE flag is se… member 1359 uint32_t inputRate; /*!< USB PLL input rate */ member
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018/drivers/ |
D | fsl_clock.c | 2020 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2255 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2438 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2446 … fccoHz = (pSetup->inputRate / ((uint32_t)nsel + 1U)) * 2U * (msel + 1U) * SWITCH_USB_PSEL(psel); in CLOCK_SetUsbPLLFreq() 2462 fccoHz = pSetup->inputRate / ((uint32_t)nsel + 1U) * (msel + 1U); in CLOCK_SetUsbPLLFreq()
|
D | fsl_clock.h | 1282 …uint32_t inputRate; /*!< PLL input clock in Hz, only used if PLL_CONFIGFLAG_USEINRATE flag is se… member 1361 uint32_t inputRate; /*!< USB PLL input rate */ member
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S016/drivers/ |
D | fsl_clock.c | 2011 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2246 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2429 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2437 … fccoHz = (pSetup->inputRate / ((uint32_t)nsel + 1U)) * 2U * (msel + 1U) * SWITCH_USB_PSEL(psel); in CLOCK_SetUsbPLLFreq() 2453 fccoHz = pSetup->inputRate / ((uint32_t)nsel + 1U) * (msel + 1U); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54618/drivers/ |
D | fsl_clock.c | 2020 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2256 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2439 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2447 fccoHz = (pSetup->inputRate / (nsel + 1UL)) * 2UL * (msel + 1UL) * (1UL << (psel & 3U)); in CLOCK_SetUsbPLLFreq() 2463 fccoHz = pSetup->inputRate / (nsel + 1UL) * (msel + 1UL); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/drivers/ |
D | fsl_clock.c | 2021 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2257 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2440 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2448 fccoHz = (pSetup->inputRate / (nsel + 1UL)) * 2UL * (msel + 1UL) * (1UL << (psel & 3U)); in CLOCK_SetUsbPLLFreq() 2464 fccoHz = pSetup->inputRate / (nsel + 1UL) * (msel + 1UL); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54605/drivers/ |
D | fsl_clock.c | 2021 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2257 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2440 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2448 fccoHz = (pSetup->inputRate / (nsel + 1UL)) * 2UL * (msel + 1UL) * (1UL << (psel & 3U)); in CLOCK_SetUsbPLLFreq() 2464 fccoHz = pSetup->inputRate / (nsel + 1UL) * (msel + 1UL); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54607/drivers/ |
D | fsl_clock.c | 2021 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2257 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2440 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2448 fccoHz = (pSetup->inputRate / (nsel + 1UL)) * 2UL * (msel + 1UL) * (1UL << (psel & 3U)); in CLOCK_SetUsbPLLFreq() 2464 fccoHz = pSetup->inputRate / (nsel + 1UL) * (msel + 1UL); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54608/drivers/ |
D | fsl_clock.c | 2021 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2257 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2440 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2448 fccoHz = (pSetup->inputRate / (nsel + 1UL)) * 2UL * (msel + 1UL) * (1UL << (psel & 3U)); in CLOCK_SetUsbPLLFreq() 2464 fccoHz = pSetup->inputRate / (nsel + 1UL) * (msel + 1UL); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54016/drivers/ |
D | fsl_clock.c | 2012 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2247 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2430 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2438 … fccoHz = (pSetup->inputRate / ((uint32_t)nsel + 1U)) * 2U * (msel + 1U) * SWITCH_USB_PSEL(psel); in CLOCK_SetUsbPLLFreq() 2454 fccoHz = pSetup->inputRate / ((uint32_t)nsel + 1U) * (msel + 1U); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018/drivers/ |
D | fsl_clock.c | 2020 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2255 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2438 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2446 … fccoHz = (pSetup->inputRate / ((uint32_t)nsel + 1U)) * 2U * (msel + 1U) * SWITCH_USB_PSEL(psel); in CLOCK_SetUsbPLLFreq() 2462 fccoHz = pSetup->inputRate / ((uint32_t)nsel + 1U) * (msel + 1U); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018M/drivers/ |
D | fsl_clock.c | 2012 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2247 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2430 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2438 … fccoHz = (pSetup->inputRate / ((uint32_t)nsel + 1U)) * 2U * (msel + 1U) * SWITCH_USB_PSEL(psel); in CLOCK_SetUsbPLLFreq() 2454 fccoHz = pSetup->inputRate / ((uint32_t)nsel + 1U) * (msel + 1U); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54005/drivers/ |
D | fsl_clock.c | 2010 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2245 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2428 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2436 … fccoHz = (pSetup->inputRate / ((uint32_t)nsel + 1U)) * 2U * (msel + 1U) * SWITCH_USB_PSEL(psel); in CLOCK_SetUsbPLLFreq() 2452 fccoHz = pSetup->inputRate / ((uint32_t)nsel + 1U) * (msel + 1U); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54616/drivers/ |
D | fsl_clock.c | 2000 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2236 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2419 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2427 fccoHz = (pSetup->inputRate / (nsel + 1UL)) * 2UL * (msel + 1UL) * (1UL << (psel & 3U)); in CLOCK_SetUsbPLLFreq() 2443 fccoHz = pSetup->inputRate / (nsel + 1UL) * (msel + 1UL); in CLOCK_SetUsbPLLFreq()
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018M/drivers/ |
D | fsl_clock.c | 2020 inRate = pControl->inputRate; in CLOCK_SetupPLLData() 2255 inRate = pControl->inputRate; in CLOCK_SetupAudioPLLData() 2438 if (pSetup->inputRate < USB_PLL_LOWER_IN_LIMIT) in CLOCK_SetUsbPLLFreq() 2446 … fccoHz = (pSetup->inputRate / ((uint32_t)nsel + 1U)) * 2U * (msel + 1U) * SWITCH_USB_PSEL(psel); in CLOCK_SetUsbPLLFreq() 2462 fccoHz = pSetup->inputRate / ((uint32_t)nsel + 1U) * (msel + 1U); in CLOCK_SetUsbPLLFreq()
|