Home
last modified time | relevance | path

Searched refs:UTILS_EnablePLL1AndSwitchSystem (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c131 static ErrorStatus UTILS_EnablePLL1AndSwitchSystem(uint32_t CPU_Frequency,
298 status = UTILS_EnablePLL1AndSwitchSystem(pllfreq, pUTILS_ClkInitStruct); in LL_PLL_ConfigSystemClock_HSI()
383 status = UTILS_EnablePLL1AndSwitchSystem(pllfreq, pUTILS_ClkInitStruct); in LL_PLL_ConfigSystemClock_MSI()
487 status = UTILS_EnablePLL1AndSwitchSystem(pllfreq, pUTILS_ClkInitStruct); in LL_PLL_ConfigSystemClock_HSE()
566 static ErrorStatus UTILS_EnablePLL1AndSwitchSystem(uint32_t CPU_Frequency, in UTILS_EnablePLL1AndSwitchSystem() function