Home
last modified time | relevance | path

Searched refs:plli2sm (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
278 plli2sm = (uint32_t)(RCU_PLL & RCU_PLL_PLLPSC); 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()