| /hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/ |
| D | S32K142W_SCG.h | 429 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 432 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|
| D | S32K142_SCG.h | 453 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 456 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|
| D | S32K146_SCG.h | 453 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 456 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|
| D | S32K144_SCG.h | 453 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 456 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|
| D | S32K148_SCG.h | 453 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 456 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|
| D | S32K144W_SCG.h | 429 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 432 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE18F16/drivers/ |
| D | fsl_clock.c | 1044 while (0UL == (SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK)) in CLOCK_InitSysPll() 1121 if ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) != 0UL) /* System PLL is valid. */ in CLOCK_GetSysPllFreq()
|
| D | fsl_clock.h | 1339 return (bool)(SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK); in CLOCK_IsSysPllValid()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE14F16/drivers/ |
| D | fsl_clock.c | 1044 while (0UL == (SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK)) in CLOCK_InitSysPll() 1121 if ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) != 0UL) /* System PLL is valid. */ in CLOCK_GetSysPllFreq()
|
| D | fsl_clock.h | 1333 return (bool)(SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK); in CLOCK_IsSysPllValid()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE16F16/drivers/ |
| D | fsl_clock.c | 1044 while (0UL == (SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK)) in CLOCK_InitSysPll() 1121 if ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) != 0UL) /* System PLL is valid. */ in CLOCK_GetSysPllFreq()
|
| D | fsl_clock.h | 1339 return (bool)(SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK); in CLOCK_IsSysPllValid()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A41A/drivers/ |
| D | fsl_clock.c | 1084 while (0UL == (SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK)) in CLOCK_InitSysPll() 1161 if ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) != 0UL) /* System PLL is valid. */ in CLOCK_GetSysPllFreq()
|
| D | fsl_clock.h | 1403 return (bool)(SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK); in CLOCK_IsSysPllValid()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A31A/drivers/ |
| D | fsl_clock.c | 1084 while (0UL == (SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK)) in CLOCK_InitSysPll() 1161 if ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) != 0UL) /* System PLL is valid. */ in CLOCK_GetSysPllFreq()
|
| D | fsl_clock.h | 1403 return (bool)(SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK); in CLOCK_IsSysPllValid()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCIMX7U3/drivers/ |
| D | fsl_clock.h | 1888 return ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) == SCG_SPLLCSR_SPLLVLD_MASK); in CLOCK_IsSysPllValid()
|
| D | fsl_clock.c | 1437 while (0UL == (SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK)) in CLOCK_InitSysPll() 1521 if ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) != 0UL) /* System PLL is valid. */ in CLOCK_GetSysPllFreq()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCIMX7U5/drivers/ |
| D | fsl_clock.h | 1888 return ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) == SCG_SPLLCSR_SPLLVLD_MASK); in CLOCK_IsSysPllValid()
|
| D | fsl_clock.c | 1437 while (0UL == (SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK)) in CLOCK_InitSysPll() 1521 if ((SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) != 0UL) /* System PLL is valid. */ in CLOCK_GetSysPllFreq()
|
| /hal_nxp-latest/s32/drivers/s32k1/Mcu/src/ |
| D | Clock_Ip_Pll.c | 200 … SpllStatus = (((IP_SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) >> SCG_SPLLCSR_SPLLVLD_SHIFT)); in Clock_Ip_CompleteSpll()
|
| D | Clock_Ip_Frequency.c | 733 …return (((((IP_SCG->SPLLCSR & SCG_SPLLCSR_SPLLVLD_MASK) >> SCG_SPLLCSR_SPLLVLD_SHIFT)) != 0U )? Sp… in get_SPLL_CLK_Frequency()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE14F16/ |
| D | MKE14F16.h | 16190 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 16196 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A41A/ |
| D | K32L2A41A.h | 15212 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 15218 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A31A/ |
| D | K32L2A31A.h | 15212 #define SCG_SPLLCSR_SPLLVLD_MASK (0x1000000U) macro 15218 … (((uint32_t)(((uint32_t)(x)) << SCG_SPLLCSR_SPLLVLD_SHIFT)) & SCG_SPLLCSR_SPLLVLD_MASK)
|