Searched refs:HAL_CRU_SetPllFreq (Results 1 – 3 of 3) sorted by relevance
129 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate);
641 error = HAL_CRU_SetPllFreq(&GPLL, rate); in HAL_CRU_ClkSetFreq()646 error = HAL_CRU_SetPllFreq(&CPLL, rate); in HAL_CRU_ClkSetFreq()
355 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate) in HAL_CRU_SetPllFreq() function517 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate) in HAL_CRU_SetPllFreq() function
Completed in 13 milliseconds