Searched refs:PLL_SETUP (Results 1 – 3 of 3) sorted by relevance
94 struct PLL_SETUP { struct128 uint32_t HAL_CRU_GetPllFreq(struct PLL_SETUP *pSetup);129 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate);130 HAL_Status HAL_CRU_SetPllPowerUp(struct PLL_SETUP *pSetup);131 HAL_Status HAL_CRU_SetPllPowerDown(struct PLL_SETUP *pSetup);
258 static const struct PLL_CONFIG *CRU_PllGetSettings(struct PLL_SETUP *pSetup, in CRU_PllGetSettings()302 uint32_t HAL_CRU_GetPllFreq(struct PLL_SETUP *pSetup) in HAL_CRU_GetPllFreq()355 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate) in HAL_CRU_SetPllFreq()415 HAL_Status HAL_CRU_SetPllPowerUp(struct PLL_SETUP *pSetup) in HAL_CRU_SetPllPowerUp()442 HAL_Status HAL_CRU_SetPllPowerDown(struct PLL_SETUP *pSetup) in HAL_CRU_SetPllPowerDown()464 uint32_t HAL_CRU_GetPllFreq(struct PLL_SETUP *pSetup) in HAL_CRU_GetPllFreq()517 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate) in HAL_CRU_SetPllFreq()584 HAL_Status HAL_CRU_SetPllPowerUp(struct PLL_SETUP *pSetup) in HAL_CRU_SetPllPowerUp()617 HAL_Status HAL_CRU_SetPllPowerDown(struct PLL_SETUP *pSetup) in HAL_CRU_SetPllPowerDown()
40 static struct PLL_SETUP GPLL = {51 static struct PLL_SETUP CPLL = {
Completed in 10 milliseconds