Searched refs:RCC_I2S3CLKSource (Results 1 – 2 of 2) sorted by relevance
810 void RCC_I2S3CLKConfig(uint32_t RCC_I2S3CLKSource) in RCC_I2S3CLKConfig() argument813 assert_param(IS_RCC_I2S3CLK_SOURCE(RCC_I2S3CLKSource)); in RCC_I2S3CLKConfig()815 *(__IO uint32_t *) CFGR2_I2S3SRC_BB = RCC_I2S3CLKSource; in RCC_I2S3CLKConfig()
683 void RCC_I2S3CLKConfig(uint32_t RCC_I2S3CLKSource);
Completed in 6 milliseconds