Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rcu.c561 ErrStatus rcu_plli2s_config(uint32_t plli2s_n, uint32_t plli2s_r) in rcu_plli2s_config() argument
564 if(CHECK_PLLI2S_N_VALID(plli2s_n) && CHECK_PLLI2S_R_VALID(plli2s_r)) { in rcu_plli2s_config()
565 RCU_PLLI2S = (plli2s_n << 6) | (plli2s_r << 28); in rcu_plli2s_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rcu.h1115 ErrStatus rcu_plli2s_config(uint32_t plli2s_n, uint32_t plli2s_r);