Home
last modified time | relevance | path

Searched refs:RCU_PLLI2S (Results 1 – 3 of 3) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_spi.c280 plli2sn = (uint32_t)((RCU_PLLI2S & RCU_PLLI2S_PLLI2SN) >> 6); in i2s_psc_config()
282 plli2sr = (uint32_t)((RCU_PLLI2S & RCU_PLLI2S_PLLI2SR) >> 28); in i2s_psc_config()
Dgd32f4xx_rcu.c76 RCU_PLLI2S = 0x24003000U; in rcu_deinit()
565 RCU_PLLI2S = (plli2s_n << 6) | (plli2s_r << 28); in rcu_plli2s_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rcu.h69 #define RCU_PLLI2S REG32(RCU + 0x84U) /*!< PLLI2S register */ macro