Home
last modified time | relevance | path

Searched refs:CHECK_PLL_Q_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.h1007 #define CHECK_PLL_Q_VALID(val) (((val) >= RCU_PLLQ_DIV_MIN)&&((val) <= RCU_PLLQ_DIV_MAX)) … macro