Searched refs:RCU_PLLI2S (Results 1 – 3 of 3) sorted by relevance
280 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()
76 RCU_PLLI2S = 0x24003000U; in rcu_deinit()565 RCU_PLLI2S = (plli2s_n << 6) | (plli2s_r << 28); in rcu_plli2s_config()
69 #define RCU_PLLI2S REG32(RCU + 0x84U) /*!< PLLI2S register */ macro