Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_spi.c284 if((RCU_PLL & RCU_PLL_PLLSEL) == RCU_PLLSRC_HXTAL) { in i2s_psc_config()
Dgd32f4xx_rcu.c1286 pllsel = (RCU_PLL & RCU_PLL_PLLSEL); in rcu_clock_freq_get()
/hal_gigadevice-latest/gd32f4xx/cmsis/gd/gd32f4xx/source/
Dsystem_gd32f4xx.c1128 pllsel = (RCU_PLL & RCU_PLL_PLLSEL); in SystemCoreClockUpdate()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rcu.h101 #define RCU_PLL_PLLSEL BIT(22) /*!< PLL Clock Source Selection */ macro
998 #define RCU_PLLSRC_HXTAL RCU_PLL_PLLSEL /*!< HXTAL clock selecte…