Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rcu.c540 CHECK_PLL_P_VALID(pll_p) && CHECK_PLL_Q_VALID(pll_q)) { in rcu_pll_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rcu.h1006 #define CHECK_PLL_P_VALID(val) (((val) == 2U) || ((val) == 4U) || ((val) == 6U) || ((val) … macro