Searched refs:RCU_PLL_PLLSEL (Results 1 – 4 of 4) sorted by relevance
284 if((RCU_PLL & RCU_PLL_PLLSEL) == RCU_PLLSRC_HXTAL) { in i2s_psc_config()
1286 pllsel = (RCU_PLL & RCU_PLL_PLLSEL); in rcu_clock_freq_get()
1128 pllsel = (RCU_PLL & RCU_PLL_PLLSEL); in SystemCoreClockUpdate()
101 #define RCU_PLL_PLLSEL BIT(22) /*!< PLL Clock Source Selection */ macro998 #define RCU_PLLSRC_HXTAL RCU_PLL_PLLSEL /*!< HXTAL clock selecte…