Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_spi.c253 uint32_t plli2sm = 0U, plli2sn = 0U, plli2sr = 0U; in i2s_psc_config() local
280 plli2sn = (uint32_t)((RCU_PLLI2S & RCU_PLLI2S_PLLI2SN) >> 6); in i2s_psc_config()
286 i2sclock = (uint32_t)(((HXTAL_VALUE / plli2sm) * plli2sn) / plli2sr); in i2s_psc_config()
289 i2sclock = (uint32_t)(((IRC16M_VALUE / plli2sm) * plli2sn) / plli2sr); in i2s_psc_config()