Home
last modified time | relevance | path

Searched refs:inputRate (Results 1 – 25 of 87) sorted by relevance

1234

/hal_nxp-latest/mcux/mcux-sdk/devices/LPC812/
Dsystem_LPC812.c89 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/
Dsystem_LPC810.c85 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/
Dsystem_LPC824.c81 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/
Dsystem_LPC811.c85 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/
Dsystem_LPC834.c79 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/
Dsystem_LPC832.c79 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/
Dsystem_LPC822.c81 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/
Dfsl_clock.c2021 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()
Dfsl_clock.h1302 …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/
Dfsl_clock.c2010 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()
Dfsl_clock.h1280 …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/
Dfsl_clock.c2020 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()
Dfsl_clock.h1282 …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/
Dfsl_clock.c2011 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/
Dfsl_clock.c2020 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/
Dfsl_clock.c2021 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/
Dfsl_clock.c2021 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/
Dfsl_clock.c2021 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/
Dfsl_clock.c2021 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/
Dfsl_clock.c2012 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/
Dfsl_clock.c2020 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/
Dfsl_clock.c2012 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/
Dfsl_clock.c2010 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/
Dfsl_clock.c2000 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/
Dfsl_clock.c2020 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()

1234